Html Css Color HEX #29344D Bunting

📋 copy color: '#29344D'

red 41 ◦ green 52 ◦ blue 77

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

Shades of Bunting #29344D

Tints of Bunting #29344D

RGB

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

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

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

R = 24.12%
G = 30.59%
B = 45.29%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29344D (or 0x29344D) is known color: Bunting. HEX triplet: 29, 34 and 4D. RGB value is (41,52,77). Sum of RGB (Red+Green+Blue) = 41+52+77=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #29344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29344D is #D6CBB2. Grayscale: #333333. Windows color (decimal): -14076851 or 5059625. OLE color: 5059625.

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

Color convert

RGB 41 52 77 -
CMYK 0.47 0.32 0 0.70
HSL 221.67º 0.31% 0.23% -
HSV(B) 221.67º 0.47% 0.3% -
XYZ 3.48 3.46 7.51 -
YUV 51.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 41 52 77 0.47 0.32 0 0.70 221.67 0.31 0.23
Hex 29 34 4D 2F 20 0 46 DE 1F 17
Octal 51 64 115 57 40 0 106 336 37 27
Binary 101001 110100 1001101 101111 100000 0 1000110 11011110 11111 10111

Color Harmonies of #29344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29344D

Black with #29344D

Text Example


Text Example

White with #29344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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