Html Css Color HEX #293249 Bunting

📋 copy color: '#293249'

red 41 ◦ green 50 ◦ blue 73

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

Shades of Bunting #293249

Tints of Bunting #293249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 44.51%

R = 25%
G = 30.49%
B = 44.51%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293249 (or 0x293249) is known color: Bunting. HEX triplet: 29, 32 and 49. RGB value is (41,50,73). Sum of RGB (Red+Green+Blue) = 41+50+73=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #293249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293249 is #D6CDB6. Grayscale: #313131. Windows color (decimal): -14077367 or 4796969. OLE color: 4796969.

HSL color Cylindrical-coordinate representation of color #293249: hue angle of 223.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #293249 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 50 73 -
CMYK 0.44 0.32 0 0.71
HSL 223.13º 0.28% 0.22% -
HSV(B) 223.13º 0.44% 0.29% -
XYZ 3.26 3.23 6.76 -
YUV 49.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 41 50 73 0.44 0.32 0 0.71 223.13 0.28 0.22
Hex 29 32 49 2C 20 0 47 DF 1C 16
Octal 51 62 111 54 40 0 107 337 34 26
Binary 101001 110010 1001001 101100 100000 0 1000111 11011111 11100 10110

Color Harmonies of #293249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293249

Black with #293249

Text Example


Text Example

White with #293249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293249; }

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

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

background-color css

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

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

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

border-color css

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

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

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