#253146

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

Shades of Bunting #253146

Tints of Bunting #253146

Color information

#253146 (or 0x253146) is unknown color: approx Bunting. HEX triplet: 25, 31 and 46. RGB value is (37,49,70). Sum of RGB (Red+Green+Blue) = 37+49+70=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #253146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253146 is #DACEB9. Grayscale: #2F2F2F. Windows color (decimal): -14339770 or 4600101. OLE color: 4600101.

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

Color convert

RGB374970-
CMYK0.470.3000.73
HSL218.18º30.84%20.98%-
HSV(B)218.18º47.14%27.45%-
XYZ2.973.036.22-
YUV47.81140.52120.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=23.72%
G=31.41%
B=44.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3749700.470.3000.73218.1830.8420.98
Hex2531462F1E049da1f15
Octal4561106573601113323725
Binary10010111000110001101011111111001001001110110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253146; }

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

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

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

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

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

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

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

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