#253249

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

Shades of Bunting #253249

Tints of Bunting #253249

Color information

#253249 (or 0x253249) is unknown color: approx Bunting. HEX triplet: 25, 32 and 49. RGB value is (37,50,73). Sum of RGB (Red+Green+Blue) = 37+50+73=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #253249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253249 is #DACDB6. Grayscale: #303030. Windows color (decimal): -14339511 or 4796965. OLE color: 4796965.

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

Color convert

RGB375073-
CMYK0.490.3200.71
HSL218.33º32.73%21.57%-
HSV(B)218.33º49.32%28.63%-
XYZ3.113.166.75-
YUV48.74141.69119.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=23.12%
G=31.25%
B=45.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3750730.490.3200.71218.3332.7321.57
Hex2532493120047da2116
Octal4562111614001073324126
Binary1001011100101001001110001100000010001111101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253249; }

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

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

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

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

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

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

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

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