#292B60

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

Shades of Deep Koamaru #292B60

Tints of Deep Koamaru #292B60

Color information

#292B60 (or 0x292B60) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2B and 60. RGB value is (41,43,96). Sum of RGB (Red+Green+Blue) = 41+43+96=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #292B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B60 is #D6D49F. Grayscale: #303030. Windows color (decimal): -14079136 or 6302505. OLE color: 6302505.

HSL color Cylindrical-coordinate representation of color #292B60: hue angle of 237.82º 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 #292B60 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB414396-
CMYK0.570.5500.62
HSL237.82º40.15%26.86%-
HSV(B)237.82º57.29%37.65%-
XYZ3.893.0411.45-
YUV48.44154.84122.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=22.78%
G=23.89%
B=53.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4143960.570.5500.62237.8240.1526.86
Hex292B60393703Eee281b
Octal515314071670763565033
Binary101001101011110000011100111011101111101110111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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