#293249

Color #293249 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #293249

Tints of Bunting #293249

Color information

#293249 (or 0x293249) is unknown color: approx 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

RGB415073-
CMYK0.440.3200.71
HSL223.12º28.07%22.35%-
HSV(B)223.12º43.84%28.63%-
XYZ3.263.236.76-
YUV49.93141.02121.63-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4150730.440.3200.71223.1228.0722.35
Hex2932492C20047df1c16
Octal5162111544001073373426
Binary101001110010100100110110010000001000111110111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>