#252D46

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

Shades of Bunting #252D46

Tints of Bunting #252D46

Color information

#252D46 (or 0x252D46) is unknown color: approx Bunting. HEX triplet: 25, 2D and 46. RGB value is (37,45,70). Sum of RGB (Red+Green+Blue) = 37+45+70=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #252D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D46 is #DAD2B9. Grayscale: #2D2D2D. Windows color (decimal): -14340794 or 4599077. OLE color: 4599077.

HSL color Cylindrical-coordinate representation of color #252D46: hue angle of 225.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #252D46 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374570-
CMYK0.470.3600.73
HSL225.45º30.84%20.98%-
HSV(B)225.45º47.14%27.45%-
XYZ2.812.716.17-
YUV45.46141.85121.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 45 (17.97% from 255) = 29.61%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=24.34%
G=29.61%
B=46.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3745700.470.3600.73225.4530.8420.98
Hex252D462F24049e11f15
Octal4555106574401113413725
Binary100101101101100011010111110010001001001111000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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