Html Css Color HEX #29364E Bunting

📋 copy color: '#29364E'

red 41 ◦ green 54 ◦ blue 78

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

Shades of Bunting #29364E

Tints of Bunting #29364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 78 (30.86% from 255) = 45.09%

R = 23.7%
G = 31.21%
B = 45.09%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29364E (or 0x29364E) is known color: Bunting. HEX triplet: 29, 36 and 4E. RGB value is (41,54,78). Sum of RGB (Red+Green+Blue) = 41+54+78=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #29364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29364E is #D6C9B1. Grayscale: #343434. Windows color (decimal): -14076338 or 5125673. OLE color: 5125673.

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

Color convert

RGB 41 54 78 -
CMYK 0.47 0.31 0 0.69
HSL 218.92º 0.31% 0.23% -
HSV(B) 218.92º 0.47% 0.31% -
XYZ 3.61 3.66 7.72 -
YUV 52.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 41 54 78 0.47 0.31 0 0.69 218.92 0.31 0.23
Hex 29 36 4E 2F 1F 0 45 DB 1F 17
Octal 51 66 116 57 37 0 105 333 37 27
Binary 101001 110110 1001110 101111 11111 0 1000101 11011011 11111 10111

Color Harmonies of #29364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29364E

Black with #29364E

Text Example


Text Example

White with #29364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29364E; }

 p { color: rgb(41,54,78); }

 H1.HeaderClassName
 {
   color: #29364E;
 }
 .AnyTagClassName
 {
   color: #29364E;
 }
</style>

background-color css

<style>
 a { background-color: #29364E; }

 a { background-color: rgb(41,54,78); }

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

border-color css

<style>
 span { border-color: #29364E; }

 span { border-color: rgb(41,54,78); }

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