#292B69

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

Shades of Deep Koamaru #292B69

Tints of Deep Koamaru #292B69

Color information

#292B69 (or 0x292B69) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2B and 69. RGB value is (41,43,105). Sum of RGB (Red+Green+Blue) = 41+43+105=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #292B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B69 is #D6D496. Grayscale: #313131. Windows color (decimal): -14079127 or 6892329. OLE color: 6892329.

HSL color Cylindrical-coordinate representation of color #292B69: hue angle of 238.12º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292B69 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4143105-
CMYK0.610.5900.59
HSL238.12º43.84%28.63%-
HSV(B)238.12º60.95%41.18%-
XYZ4.333.2213.76-
YUV49.47159.34121.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=21.69%
G=22.75%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41431050.610.5900.59238.1243.8428.63
Hex292B693D3B03Bee2c1d
Octal515315175730733565435
Binary101001101011110100111110111101101110111110111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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