#292C76

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

Shades of Deep Koamaru #292C76

Tints of Deep Koamaru #292C76

Color information

#292C76 (or 0x292C76) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2C and 76. RGB value is (41,44,118). Sum of RGB (Red+Green+Blue) = 41+44+118=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #292C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C76 is #D6D389. Grayscale: #333333. Windows color (decimal): -14078858 or 7744553. OLE color: 7744553.

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

Color convert

RGB4144118-
CMYK0.650.6300.54
HSL237.66º48.43%31.18%-
HSV(B)237.66º65.25%46.27%-
XYZ5.093.5817.56-
YUV51.54165.51120.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=20.20%
G=21.67%
B=58.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41441180.650.6300.54237.6648.4331.18
Hex292C76413F036ee301f
Octal5154166101770663566037
Binary1010011011001110110100000111111101101101110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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