#252E49

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

Shades of Bunting #252E49

Tints of Bunting #252E49

Color information

#252E49 (or 0x252E49) is unknown color: approx Bunting. HEX triplet: 25, 2E and 49. RGB value is (37,46,73). Sum of RGB (Red+Green+Blue) = 37+46+73=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #252E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E49 is #DAD1B6. Grayscale: #2E2E2E. Windows color (decimal): -14340535 or 4795941. OLE color: 4795941.

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

Color convert

RGB374673-
CMYK0.490.3700.71
HSL225º32.73%21.57%-
HSV(B)225º49.32%28.63%-
XYZ2.942.836.69-
YUV46.39143.02121.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=23.72%
G=29.49%
B=46.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3746730.490.3700.7122532.7321.57
Hex252E493125047e12116
Octal4556111614501073414126
Binary1001011011101001001110001100101010001111110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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