#253046

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

Shades of Bunting #253046

Tints of Bunting #253046

Color information

#253046 (or 0x253046) is unknown color: approx Bunting. HEX triplet: 25, 30 and 46. RGB value is (37,48,70). Sum of RGB (Red+Green+Blue) = 37+48+70=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #253046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253046 is #DACFB9. Grayscale: #2F2F2F. Windows color (decimal): -14340026 or 4599845. OLE color: 4599845.

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

Color convert

RGB374870-
CMYK0.470.3100.73
HSL220º30.84%20.98%-
HSV(B)220º47.14%27.45%-
XYZ2.932.956.21-
YUV47.22140.86120.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=23.87%
G=30.97%
B=45.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3748700.470.3100.7322030.8420.98
Hex2530462F1F049dc1f15
Octal4560106573701113343725
Binary10010111000010001101011111111101001001110111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253046; }

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

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

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

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

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

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

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

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