Html Css Color HEX #29354D Bunting

📋 copy color: '#29354D'

red 41 ◦ green 53 ◦ blue 77

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

Shades of Bunting #29354D

Tints of Bunting #29354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.99%

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 23.98%
G = 30.99%
B = 45.03%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29354D (or 0x29354D) is known color: Bunting. HEX triplet: 29, 35 and 4D. RGB value is (41,53,77). Sum of RGB (Red+Green+Blue) = 41+53+77=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #29354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29354D is #D6CAB2. Grayscale: #343434. Windows color (decimal): -14076595 or 5059881. OLE color: 5059881.

HSL color Cylindrical-coordinate representation of color #29354D: hue angle of 220º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29354D is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 53 77 -
CMYK 0.47 0.31 0 0.70
HSL 220º 0.31% 0.23% -
HSV(B) 220º 0.47% 0.3% -
XYZ 3.53 3.55 7.52 -
YUV 52.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 41 53 77 0.47 0.31 0 0.70 220 0.31 0.23
Hex 29 35 4D 2F 1F 0 46 DC 1F 17
Octal 51 65 115 57 37 0 106 334 37 27
Binary 101001 110101 1001101 101111 11111 0 1000110 11011100 11111 10111

Color Harmonies of #29354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29354D

Black with #29354D

Text Example


Text Example

White with #29354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29354D; }

 p { color: rgb(41,53,77); }

 H1.HeaderClassName
 {
   color: #29354D;
 }
 .AnyTagClassName
 {
   color: #29354D;
 }
</style>

background-color css

<style>
 a { background-color: #29354D; }

 a { background-color: rgb(41,53,77); }

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

border-color css

<style>
 span { border-color: #29354D; }

 span { border-color: rgb(41,53,77); }

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