#292C60

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

Shades of Deep Koamaru #292C60

Tints of Deep Koamaru #292C60

Color information

#292C60 (or 0x292C60) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2C and 60. RGB value is (41,44,96). Sum of RGB (Red+Green+Blue) = 41+44+96=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #292C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C60 is #D6D39F. Grayscale: #303030. Windows color (decimal): -14078880 or 6302761. OLE color: 6302761.

HSL color Cylindrical-coordinate representation of color #292C60: hue angle of 236.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #292C60 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB414496-
CMYK0.570.5400.62
HSL236.73º40.15%26.86%-
HSV(B)236.73º57.29%37.65%-
XYZ3.933.1211.46-
YUV49.03154.51122.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=22.65%
G=24.31%
B=53.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4144960.570.5400.62236.7340.1526.86
Hex292C60393603Eed281b
Octal515414071660763555033
Binary101001101100110000011100111011001111101110110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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