#302974

Color #302974 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #302974

Tints of Deep Koamaru #302974

Color information

#302974 (or 0x302974) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 74. RGB value is (48,41,116). Sum of RGB (Red+Green+Blue) = 48+41+116=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #302974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302974 is #CFD68B. Grayscale: #333333. Windows color (decimal): -13620876 or 7612720. OLE color: 7612720.

HSL color Cylindrical-coordinate representation of color #302974: hue angle of 245.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302974 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4841116-
CMYK0.590.6500.55
HSL245.6º47.77%30.78%-
HSV(B)245.6º64.66%45.49%-
XYZ5.163.4816.92-
YUV51.64164.32125.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=23.41%
G=20%
B=56.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48411160.590.6500.55245.647.7730.78
Hex3029743B41037f6301f
Octal6051164731010673666037
Binary1100001010011110100111011100000101101111111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302974; }

 p { color: rgb(48,41,116); }

 H1.HeaderClassName
 {
   color: #302974;
 }
 .AnyTagClassName
 {
   color: #302974;
 }
</style>
background-color css

<style>
 a { background-color: #302974; }

 a { background-color: rgb(48,41,116); }

 div.DivClassName
 {
   background-color: #302974;
 }
 .BgClassName
 {
   background-color: #302974;
 }
</style>
border-color css

<style>
 span { border-color: #302974; }

 span { border-color: rgb(48,41,116); }

 td.TdClassName
 {
   border-color: #302974;
 }
 .TagClassName
 {
   border-color: #302974;
 }
</style>