#292C77

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

Shades of Deep Koamaru #292C77

Tints of Deep Koamaru #292C77

Color information

#292C77 (or 0x292C77) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2C and 77. RGB value is (41,44,119). Sum of RGB (Red+Green+Blue) = 41+44+119=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #292C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C77 is #D6D388. Grayscale: #333333. Windows color (decimal): -14078857 or 7810089. OLE color: 7810089.

HSL color Cylindrical-coordinate representation of color #292C77: hue angle of 237.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292C77 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4144119-
CMYK0.660.6300.53
HSL237.69º48.75%31.37%-
HSV(B)237.69º65.55%46.67%-
XYZ5.143.617.88-
YUV51.65166.01120.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=20.10%
G=21.57%
B=58.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41441190.660.6300.53237.6948.7531.37
Hex292C77423F035ee311f
Octal5154167102770653566137
Binary1010011011001110111100001011111101101011110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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