#292A76

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

Shades of Deep Koamaru #292A76

Tints of Deep Koamaru #292A76

Color information

#292A76 (or 0x292A76) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2A and 76. RGB value is (41,42,118). Sum of RGB (Red+Green+Blue) = 41+42+118=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #292A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A76 is #D6D589. Grayscale: #323232. Windows color (decimal): -14079370 or 7744041. OLE color: 7744041.

HSL color Cylindrical-coordinate representation of color #292A76: hue angle of 239.22º 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 #292A76 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4142118-
CMYK0.650.6400.54
HSL239.22º48.43%31.18%-
HSV(B)239.22º65.25%46.27%-
XYZ5.013.4417.54-
YUV50.36166.17121.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=20.40%
G=20.90%
B=58.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41421180.650.6400.54239.2248.4331.18
Hex292A764140036ef301f
Octal51521661011000663576037
Binary10100110101011101101000001100000001101101110111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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