#253149

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

Shades of Bunting #253149

Tints of Bunting #253149

Color information

#253149 (or 0x253149) is unknown color: approx Bunting. HEX triplet: 25, 31 and 49. RGB value is (37,49,73). Sum of RGB (Red+Green+Blue) = 37+49+73=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #253149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253149 is #DACEB6. Grayscale: #303030. Windows color (decimal): -14339767 or 4796709. OLE color: 4796709.

HSL color Cylindrical-coordinate representation of color #253149: hue angle of 220º 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 #253149 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374973-
CMYK0.490.3300.71
HSL220º32.73%21.57%-
HSV(B)220º49.32%28.63%-
XYZ3.063.076.73-
YUV48.15142.02120.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=23.27%
G=30.82%
B=45.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3749730.490.3300.7122032.7321.57
Hex2531493121047dc2116
Octal4561111614101073344126
Binary1001011100011001001110001100001010001111101110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253149; }

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

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

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

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

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

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

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

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