Html Css Color HEX #29306C Deep Koamaru

📋 copy color: '#29306C'

red 41 ◦ green 48 ◦ blue 108

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

Shades of Deep Koamaru #29306C

Tints of Deep Koamaru #29306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 20.81%
G = 24.37%
B = 54.82%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29306C (or 0x29306C) is known color: Deep Koamaru. HEX triplet: 29, 30 and 6C. RGB value is (41,48,108). Sum of RGB (Red+Green+Blue) = 41+48+108=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #29306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29306C is #D6CF93. Grayscale: #343434. Windows color (decimal): -14077844 or 7090217. OLE color: 7090217.

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

Color convert

RGB 41 48 108 -
CMYK 0.62 0.56 0 0.58
HSL 233.73º 0.45% 0.29% -
HSV(B) 233.73º 0.62% 0.42% -
XYZ 4.68 3.67 14.65 -
YUV 52.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 41 48 108 0.62 0.56 0 0.58 233.73 0.45 0.29
Hex 29 30 6C 3E 38 0 3A EA 2D 1D
Octal 51 60 154 76 70 0 72 352 55 35
Binary 101001 110000 1101100 111110 111000 0 111010 11101010 101101 11101

Color Harmonies of #29306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29306C

Black with #29306C

Text Example


Text Example

White with #29306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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