#252F47

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

Shades of Bunting #252F47

Tints of Bunting #252F47

Color information

#252F47 (or 0x252F47) is unknown color: approx Bunting. HEX triplet: 25, 2F and 47. RGB value is (37,47,71). Sum of RGB (Red+Green+Blue) = 37+47+71=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #252F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F47 is #DAD0B8. Grayscale: #2E2E2E. Windows color (decimal): -14340281 or 4665125. OLE color: 4665125.

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

Color convert

RGB374771-
CMYK0.480.3400.72
HSL222.35º31.48%21.18%-
HSV(B)222.35º47.89%27.84%-
XYZ2.922.886.36-
YUV46.75141.69121.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=23.87%
G=30.32%
B=45.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3747710.480.3400.72222.3531.4821.18
Hex252F473022048de1f15
Octal4557107604201103363725
Binary100101101111100011111000010001001001000110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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