#252F48

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

Shades of Bunting #252F48

Tints of Bunting #252F48

Color information

#252F48 (or 0x252F48) is unknown color: approx Bunting. HEX triplet: 25, 2F and 48. RGB value is (37,47,72). Sum of RGB (Red+Green+Blue) = 37+47+72=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #252F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F48 is #DAD0B7. Grayscale: #2E2E2E. Windows color (decimal): -14340280 or 4730661. OLE color: 4730661.

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

Color convert

RGB374772-
CMYK0.490.3500.72
HSL222.86º32.11%21.37%-
HSV(B)222.86º48.61%28.24%-
XYZ2.952.896.53-
YUV46.86142.19120.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=23.72%
G=30.13%
B=46.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3747720.490.3500.72222.8632.1121.37
Hex252F483123048df2015
Octal4557110614301103374025
Binary1001011011111001000110001100011010010001101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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