Html Css Color HEX #29304A Bunting

📋 copy color: '#29304A'

red 41 ◦ green 48 ◦ blue 74

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

Shades of Bunting #29304A

Tints of Bunting #29304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

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

R = 25.15%
G = 29.45%
B = 45.4%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29304A (or 0x29304A) is known color: Bunting. HEX triplet: 29, 30 and 4A. RGB value is (41,48,74). Sum of RGB (Red+Green+Blue) = 41+48+74=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #29304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29304A is #D6CFB5. Grayscale: #303030. Windows color (decimal): -14077878 or 4861993. OLE color: 4861993.

HSL color Cylindrical-coordinate representation of color #29304A: hue angle of 227.27º 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 #29304A is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 48 74 -
CMYK 0.45 0.35 0 0.71
HSL 227.27º 0.29% 0.23% -
HSV(B) 227.27º 0.45% 0.29% -
XYZ 3.21 3.08 6.9 -
YUV 48.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 41 48 74 0.45 0.35 0 0.71 227.27 0.29 0.23
Hex 29 30 4A 2D 23 0 47 E3 1D 17
Octal 51 60 112 55 43 0 107 343 35 27
Binary 101001 110000 1001010 101101 100011 0 1000111 11100011 11101 10111

Color Harmonies of #29304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29304A

Black with #29304A

Text Example


Text Example

White with #29304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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