#252D48

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

Shades of Bunting #252D48

Tints of Bunting #252D48

Color information

#252D48 (or 0x252D48) is unknown color: approx Bunting. HEX triplet: 25, 2D and 48. RGB value is (37,45,72). Sum of RGB (Red+Green+Blue) = 37+45+72=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #252D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D48 is #DAD2B7. Grayscale: #2D2D2D. Windows color (decimal): -14340792 or 4730149. OLE color: 4730149.

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

Color convert

RGB374572-
CMYK0.490.3800.72
HSL226.29º32.11%21.37%-
HSV(B)226.29º48.61%28.24%-
XYZ2.872.746.51-
YUV45.69142.85121.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=24.03%
G=29.22%
B=46.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3745720.490.3800.72226.2932.1121.37
Hex252D483126048e22015
Octal4555110614601103424025
Binary1001011011011001000110001100110010010001110001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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