#253049

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

Shades of Bunting #253049

Tints of Bunting #253049

Color information

#253049 (or 0x253049) is unknown color: approx Bunting. HEX triplet: 25, 30 and 49. RGB value is (37,48,73). Sum of RGB (Red+Green+Blue) = 37+48+73=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #253049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253049 is #DACFB6. Grayscale: #2F2F2F. Windows color (decimal): -14340023 or 4796453. OLE color: 4796453.

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

Color convert

RGB374873-
CMYK0.490.3400.71
HSL221.67º32.73%21.57%-
HSV(B)221.67º49.32%28.63%-
XYZ3.022.996.72-
YUV47.56142.36120.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=23.42%
G=30.38%
B=46.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3748730.490.3400.71221.6732.7321.57
Hex2530493122047de2116
Octal4560111614201073364126
Binary1001011100001001001110001100010010001111101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253049; }

 p { color: rgb(37,48,73); }

 H1.HeaderClassName
 {
   color: #253049;
 }
 .AnyTagClassName
 {
   color: #253049;
 }
</style>
background-color css

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

 a { background-color: rgb(37,48,73); }

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

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

 span { border-color: rgb(37,48,73); }

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