Html Css Color HEX #29534B Blue Dianne

📋 copy color: '#29534B'

red 41 ◦ green 83 ◦ blue 75

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

Shades of Blue Dianne #29534B

Tints of Blue Dianne #29534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 20.6%
G = 41.71%
B = 37.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#29534B (or 0x29534B) is known color: Blue Dianne. HEX triplet: 29, 53 and 4B. RGB value is (41,83,75). Sum of RGB (Red+Green+Blue) = 41+83+75=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #29534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29534B is #D6ACB4. Grayscale: #454545. Windows color (decimal): -14068917 or 4936489. OLE color: 4936489.

HSL color Cylindrical-coordinate representation of color #29534B: hue angle of 168.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29534B is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 75 -
CMYK 0.51 0 0.10 0.67
HSL 168.57º 0.34% 0.24% -
HSV(B) 168.57º 0.51% 0.33% -
XYZ 5.28 7.17 7.76 -
YUV 69.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 41 83 75 0.51 0 0.10 0.67 168.57 0.34 0.24
Hex 29 53 4B 33 0 A 43 A9 22 18
Octal 51 123 113 63 0 12 103 251 42 30
Binary 101001 1010011 1001011 110011 0 1010 1000011 10101001 100010 11000

Color Harmonies of #29534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29534B

Black with #29534B

Text Example


Text Example

White with #29534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,83,75); }

 H1.HeaderClassName
 {
   color: #29534B;
 }
 .AnyTagClassName
 {
   color: #29534B;
 }
</style>

background-color css

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

 a { background-color: rgb(41,83,75); }

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

border-color css

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

 span { border-color: rgb(41,83,75); }

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