#252F49

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

Shades of Bunting #252F49

Tints of Bunting #252F49

Color information

#252F49 (or 0x252F49) is unknown color: approx Bunting. HEX triplet: 25, 2F and 49. RGB value is (37,47,73). Sum of RGB (Red+Green+Blue) = 37+47+73=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #252F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F49 is #DAD0B6. Grayscale: #2E2E2E. Windows color (decimal): -14340279 or 4796197. OLE color: 4796197.

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

Color convert

RGB374773-
CMYK0.490.3600.71
HSL223.33º32.73%21.57%-
HSV(B)223.33º49.32%28.63%-
XYZ2.982.916.71-
YUV46.97142.69120.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=23.57%
G=29.94%
B=46.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3747730.490.3600.71223.3332.7321.57
Hex252F493124047df2116
Octal4557111614401073374126
Binary1001011011111001001110001100100010001111101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F49; }

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

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

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

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

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

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

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

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