#29336A

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

Shades of Deep Koamaru #29336A

Tints of Deep Koamaru #29336A

Color information

#29336A (or 0x29336A) is unknown color: approx Deep Koamaru. HEX triplet: 29, 33 and 6A. RGB value is (41,51,106). Sum of RGB (Red+Green+Blue) = 41+51+106=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #29336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29336A is #D6CC95. Grayscale: #363636. Windows color (decimal): -14077078 or 6959913. OLE color: 6959913.

HSL color Cylindrical-coordinate representation of color #29336A: hue angle of 230.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29336A is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4151106-
CMYK0.610.5200.58
HSL230.77º44.22%28.82%-
HSV(B)230.77º61.32%41.57%-
XYZ4.73.8814.14-
YUV54.28157.19118.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=20.71%
G=25.76%
B=53.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41511060.610.5200.58230.7744.2228.82
Hex29336A3D3403Ae72c1d
Octal516315275640723475435
Binary101001110011110101011110111010001110101110011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29336A; }

 p { color: rgb(41,51,106); }

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

<style>
 a { background-color: #29336A; }

 a { background-color: rgb(41,51,106); }

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

<style>
 span { border-color: #29336A; }

 span { border-color: rgb(41,51,106); }

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