Html Css Color HEX #29344A Bunting

📋 copy color: '#29344A'

red 41 ◦ green 52 ◦ blue 74

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

Shades of Bunting #29344A

Tints of Bunting #29344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 24.55%
G = 31.14%
B = 44.31%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29344A (or 0x29344A) is known color: Bunting. HEX triplet: 29, 34 and 4A. RGB value is (41,52,74). Sum of RGB (Red+Green+Blue) = 41+52+74=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #29344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29344A is #D6CBB5. Grayscale: #333333. Windows color (decimal): -14076854 or 4863017. OLE color: 4863017.

HSL color Cylindrical-coordinate representation of color #29344A: hue angle of 220º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29344A is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 52 74 -
CMYK 0.45 0.30 0 0.71
HSL 220º 0.29% 0.23% -
HSV(B) 220º 0.45% 0.29% -
XYZ 3.38 3.42 6.96 -
YUV 51.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 41 52 74 0.45 0.30 0 0.71 220 0.29 0.23
Hex 29 34 4A 2D 1E 0 47 DC 1D 17
Octal 51 64 112 55 36 0 107 334 35 27
Binary 101001 110100 1001010 101101 11110 0 1000111 11011100 11101 10111

Color Harmonies of #29344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29344A

Black with #29344A

Text Example


Text Example

White with #29344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29344A; }

 p { color: rgb(41,52,74); }

 H1.HeaderClassName
 {
   color: #29344A;
 }
 .AnyTagClassName
 {
   color: #29344A;
 }
</style>

background-color css

<style>
 a { background-color: #29344A; }

 a { background-color: rgb(41,52,74); }

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

border-color css

<style>
 span { border-color: #29344A; }

 span { border-color: rgb(41,52,74); }

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