#252E48

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

Shades of Bunting #252E48

Tints of Bunting #252E48

Color information

#252E48 (or 0x252E48) is unknown color: approx Bunting. HEX triplet: 25, 2E and 48. RGB value is (37,46,72). Sum of RGB (Red+Green+Blue) = 37+46+72=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #252E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E48 is #DAD1B7. Grayscale: #2E2E2E. Windows color (decimal): -14340536 or 4730405. OLE color: 4730405.

HSL color Cylindrical-coordinate representation of color #252E48: hue angle of 224.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252E48 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374672-
CMYK0.490.3600.72
HSL224.57º32.11%21.37%-
HSV(B)224.57º48.61%28.24%-
XYZ2.912.826.52-
YUV46.27142.52121.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=23.87%
G=29.68%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3746720.490.3600.72224.5732.1121.37
Hex252E483124048e12015
Octal4556110614401103414025
Binary1001011011101001000110001100100010010001110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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