#252C46

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

Shades of Bunting #252C46

Tints of Bunting #252C46

Color information

#252C46 (or 0x252C46) is unknown color: approx Bunting. HEX triplet: 25, 2C and 46. RGB value is (37,44,70). Sum of RGB (Red+Green+Blue) = 37+44+70=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #252C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C46 is #DAD3B9. Grayscale: #2C2C2C. Windows color (decimal): -14341050 or 4598821. OLE color: 4598821.

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

Color convert

RGB374470-
CMYK0.470.3700.73
HSL227.27º30.84%20.98%-
HSV(B)227.27º47.14%27.45%-
XYZ2.772.646.16-
YUV44.87142.18122.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=24.50%
G=29.14%
B=46.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3744700.470.3700.73227.2730.8420.98
Hex252C462F25049e31f15
Octal4554106574501113433725
Binary100101101100100011010111110010101001001111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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