#252E47

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

Shades of Bunting #252E47

Tints of Bunting #252E47

Color information

#252E47 (or 0x252E47) is unknown color: approx Bunting. HEX triplet: 25, 2E and 47. RGB value is (37,46,71). Sum of RGB (Red+Green+Blue) = 37+46+71=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #252E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E47 is #DAD1B8. Grayscale: #2E2E2E. Windows color (decimal): -14340537 or 4664869. OLE color: 4664869.

HSL color Cylindrical-coordinate representation of color #252E47: hue angle of 224.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #252E47 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB374671-
CMYK0.480.3500.72
HSL224.12º31.48%21.18%-
HSV(B)224.12º47.89%27.84%-
XYZ2.882.86.35-
YUV46.16142.02121.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 71 (28.12% from 255) = 46.10%
R=24.03%
G=29.87%
B=46.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3746710.480.3500.72224.1231.4821.18
Hex252E473023048e01f15
Octal4556107604301103403725
Binary100101101110100011111000010001101001000111000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,71); }

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

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

 a { background-color: rgb(37,46,71); }

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

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

 span { border-color: rgb(37,46,71); }

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