#253144

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

Shades of Bunting #253144

Tints of Bunting #253144

Color information

#253144 (or 0x253144) is unknown color: approx Bunting. HEX triplet: 25, 31 and 44. RGB value is (37,49,68). Sum of RGB (Red+Green+Blue) = 37+49+68=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 68 - color contains mainly: blue. Hex color #253144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253144 is #DACEBB. Grayscale: #2F2F2F. Windows color (decimal): -14339772 or 4469029. OLE color: 4469029.

HSL color Cylindrical-coordinate representation of color #253144: hue angle of 216.77º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253144 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB374968-
CMYK0.460.2800.73
HSL216.77º29.52%20.59%-
HSV(B)216.77º45.59%26.67%-
XYZ2.93.015.9-
YUV47.58139.52120.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=24.03%
G=31.82%
B=44.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3749680.460.2800.73216.7729.5220.59
Hex2531442E1C049d91e15
Octal4561104563401113313625
Binary10010111000110001001011101110001001001110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253144; }

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

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

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

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

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

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

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

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