Html Css Color HEX #29326C Deep Koamaru

📋 copy color: '#29326C'

red 41 ◦ green 50 ◦ blue 108

#29326C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #29326C

Tints of Deep Koamaru #29326C

RGB

 RED value IS 41 (16.41% from 255) = 20.6%

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 20.6%
G = 25.13%
B = 54.27%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29326C (or 0x29326C) is known color: Deep Koamaru. HEX triplet: 29, 32 and 6C. RGB value is (41,50,108). Sum of RGB (Red+Green+Blue) = 41+50+108=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #29326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29326C is #D6CD93. Grayscale: #353535. Windows color (decimal): -14077332 or 7090729. OLE color: 7090729.

HSL color Cylindrical-coordinate representation of color #29326C: hue angle of 231.94º 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 #29326C is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 50 108 -
CMYK 0.62 0.54 0 0.58
HSL 231.94º 0.45% 0.29% -
HSV(B) 231.94º 0.62% 0.42% -
XYZ 4.76 3.84 14.68 -
YUV 53.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 41 50 108 0.62 0.54 0 0.58 231.94 0.45 0.29
Hex 29 32 6C 3E 36 0 3A E8 2D 1D
Octal 51 62 154 76 66 0 72 350 55 35
Binary 101001 110010 1101100 111110 110110 0 111010 11101000 101101 11101

Color Harmonies of #29326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29326C

Black with #29326C

Text Example


Text Example

White with #29326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29326C; }

 p { color: rgb(41,50,108); }

 H1.HeaderClassName
 {
   color: #29326C;
 }
 .AnyTagClassName
 {
   color: #29326C;
 }
</style>

background-color css

<style>
 a { background-color: #29326C; }

 a { background-color: rgb(41,50,108); }

 div.DivClassName
 {
   background-color: #29326C;
 }
 .BgClassName
 {
   background-color: #29326C;
 }
</style>

border-color css

<style>
 span { border-color: #29326C; }

 span { border-color: rgb(41,50,108); }

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