Html Css Color HEX #29324D Bunting

📋 copy color: '#29324D'

red 41 ◦ green 50 ◦ blue 77

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

Shades of Bunting #29324D

Tints of Bunting #29324D

RGB

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

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

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

R = 24.4%
G = 29.76%
B = 45.83%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29324D (or 0x29324D) is known color: Bunting. HEX triplet: 29, 32 and 4D. RGB value is (41,50,77). Sum of RGB (Red+Green+Blue) = 41+50+77=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #29324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29324D is #D6CDB2. Grayscale: #323232. Windows color (decimal): -14077363 or 5059113. OLE color: 5059113.

HSL color Cylindrical-coordinate representation of color #29324D: hue angle of 225º 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 #29324D is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 50 77 -
CMYK 0.47 0.35 0 0.70
HSL 225º 0.31% 0.23% -
HSV(B) 225º 0.47% 0.3% -
XYZ 3.39 3.29 7.48 -
YUV 50.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 41 50 77 0.47 0.35 0 0.70 225 0.31 0.23
Hex 29 32 4D 2F 23 0 46 E1 1F 17
Octal 51 62 115 57 43 0 106 341 37 27
Binary 101001 110010 1001101 101111 100011 0 1000110 11100001 11111 10111

Color Harmonies of #29324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29324D

Black with #29324D

Text Example


Text Example

White with #29324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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