#253148

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

Shades of Bunting #253148

Tints of Bunting #253148

Color information

#253148 (or 0x253148) is unknown color: approx Bunting. HEX triplet: 25, 31 and 48. RGB value is (37,49,72). Sum of RGB (Red+Green+Blue) = 37+49+72=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #253148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253148 is #DACEB7. Grayscale: #2F2F2F. Windows color (decimal): -14339768 or 4731173. OLE color: 4731173.

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

Color convert

RGB374972-
CMYK0.490.3200.72
HSL219.43º32.11%21.37%-
HSV(B)219.43º48.61%28.24%-
XYZ3.033.066.56-
YUV48.03141.52120.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=23.42%
G=31.01%
B=45.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3749720.490.3200.72219.4332.1121.37
Hex2531483120048db2015
Octal4561110614001103334025
Binary1001011100011001000110001100000010010001101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253148; }

 p { color: rgb(37,49,72); }

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

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

 a { background-color: rgb(37,49,72); }

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

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

 span { border-color: rgb(37,49,72); }

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