#29306B

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

Shades of Deep Koamaru #29306B

Tints of Deep Koamaru #29306B

Color information

#29306B (or 0x29306B) is unknown color: approx Deep Koamaru. HEX triplet: 29, 30 and 6B. RGB value is (41,48,107). Sum of RGB (Red+Green+Blue) = 41+48+107=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #29306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29306B is #D6CF94. Grayscale: #343434. Windows color (decimal): -14077845 or 7024681. OLE color: 7024681.

HSL color Cylindrical-coordinate representation of color #29306B: hue angle of 233.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29306B is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4148107-
CMYK0.620.5500.58
HSL233.64º44.59%29.02%-
HSV(B)233.64º61.68%41.96%-
XYZ4.633.6514.37-
YUV52.63158.68119.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=20.92%
G=24.49%
B=54.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41481070.620.5500.58233.6444.5929.02
Hex29306B3E3703Aea2d1d
Octal516015376670723525535
Binary101001110000110101111111011011101110101110101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29306B; }

 p { color: rgb(41,48,107); }

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

<style>
 a { background-color: #29306B; }

 a { background-color: rgb(41,48,107); }

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

<style>
 span { border-color: #29306B; }

 span { border-color: rgb(41,48,107); }

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