#302C76

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

Shades of Deep Koamaru #302C76

Tints of Deep Koamaru #302C76

Color information

#302C76 (or 0x302C76) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2C and 76. RGB value is (48,44,118). Sum of RGB (Red+Green+Blue) = 48+44+118=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #302C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C76 is #CFD389. Grayscale: #353535. Windows color (decimal): -13620106 or 7744560. OLE color: 7744560.

HSL color Cylindrical-coordinate representation of color #302C76: hue angle of 243.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302C76 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4844118-
CMYK0.590.6300.54
HSL243.24º45.68%31.76%-
HSV(B)243.24º62.71%46.27%-
XYZ5.393.7417.58-
YUV53.63164.33123.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=22.86%
G=20.95%
B=56.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48441180.590.6300.54243.2445.6831.76
Hex302C763B3F036f32e20
Octal605416673770663635640
Binary1100001011001110110111011111111011011011110011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,44,118); }

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

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

 a { background-color: rgb(48,44,118); }

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

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

 span { border-color: rgb(48,44,118); }

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