#302F79

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

Shades of Deep Koamaru #302F79

Tints of Deep Koamaru #302F79

Color information

#302F79 (or 0x302F79) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2F and 79. RGB value is (48,47,121). Sum of RGB (Red+Green+Blue) = 48+47+121=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #302F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F79 is #CFD086. Grayscale: #373737. Windows color (decimal): -13619335 or 7941936. OLE color: 7941936.

HSL color Cylindrical-coordinate representation of color #302F79: hue angle of 240.81º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302F79 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4847121-
CMYK0.600.6100.53
HSL240.81º44.05%32.94%-
HSV(B)240.81º61.16%47.45%-
XYZ5.694.0418.57-
YUV55.74164.83122.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=22.22%
G=21.76%
B=56.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48471210.600.6100.53240.8144.0532.94
Hex302F793C3D035f12c21
Octal605717174750653615441
Binary1100001011111111001111100111101011010111110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F79; }

 p { color: rgb(48,47,121); }

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

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

 a { background-color: rgb(48,47,121); }

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

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

 span { border-color: rgb(48,47,121); }

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