#252F46

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

Shades of Bunting #252F46

Tints of Bunting #252F46

Color information

#252F46 (or 0x252F46) is unknown color: approx Bunting. HEX triplet: 25, 2F and 46. RGB value is (37,47,70). Sum of RGB (Red+Green+Blue) = 37+47+70=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #252F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F46 is #DAD0B9. Grayscale: #2E2E2E. Windows color (decimal): -14340282 or 4599589. OLE color: 4599589.

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

Color convert

RGB374770-
CMYK0.470.3300.73
HSL221.82º30.84%20.98%-
HSV(B)221.82º47.14%27.45%-
XYZ2.882.876.2-
YUV46.63141.19121.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=24.03%
G=30.52%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3747700.470.3300.73221.8230.8420.98
Hex252F462F21049de1f15
Octal4557106574101113363725
Binary100101101111100011010111110000101001001110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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