#302A79

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

Shades of Deep Koamaru #302A79

Tints of Deep Koamaru #302A79

Color information

#302A79 (or 0x302A79) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2A and 79. RGB value is (48,42,121). Sum of RGB (Red+Green+Blue) = 48+42+121=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #302A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A79 is #CFD586. Grayscale: #343434. Windows color (decimal): -13620615 or 7940656. OLE color: 7940656.

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

Color convert

RGB4842121-
CMYK0.600.6500.53
HSL244.56º48.47%31.96%-
HSV(B)244.56º65.29%47.45%-
XYZ5.53.6618.51-
YUV52.8166.49124.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=22.75%
G=19.91%
B=57.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48421210.600.6500.53244.5648.4731.96
Hex302A793C41035f53020
Octal6052171741010653656040
Binary11000010101011110011111001000001011010111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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