Html Css Color HEX #29554E Blue Dianne

📋 copy color: '#29554E'

red 41 ◦ green 85 ◦ blue 78

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

Shades of Blue Dianne #29554E

Tints of Blue Dianne #29554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 20.1%
G = 41.67%
B = 38.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#29554E (or 0x29554E) is known color: Blue Dianne. HEX triplet: 29, 55 and 4E. RGB value is (41,85,78). Sum of RGB (Red+Green+Blue) = 41+85+78=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #29554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29554E is #D6AAB1. Grayscale: #474747. Windows color (decimal): -14068402 or 5133609. OLE color: 5133609.

HSL color Cylindrical-coordinate representation of color #29554E: hue angle of 170.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29554E is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 78 -
CMYK 0.52 0 0.08 0.67
HSL 170.45º 0.35% 0.25% -
HSV(B) 170.45º 0.52% 0.33% -
XYZ 5.54 7.52 8.37 -
YUV 71.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 41 85 78 0.52 0 0.08 0.67 170.45 0.35 0.25
Hex 29 55 4E 34 0 8 43 AA 23 19
Octal 51 125 116 64 0 10 103 252 43 31
Binary 101001 1010101 1001110 110100 0 1000 1000011 10101010 100011 11001

Color Harmonies of #29554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29554E

Black with #29554E

Text Example


Text Example

White with #29554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29554E; }

 p { color: rgb(41,85,78); }

 H1.HeaderClassName
 {
   color: #29554E;
 }
 .AnyTagClassName
 {
   color: #29554E;
 }
</style>

background-color css

<style>
 a { background-color: #29554E; }

 a { background-color: rgb(41,85,78); }

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

border-color css

<style>
 span { border-color: #29554E; }

 span { border-color: rgb(41,85,78); }

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