#253246

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

Shades of Bunting #253246

Tints of Bunting #253246

Color information

#253246 (or 0x253246) is unknown color: approx Bunting. HEX triplet: 25, 32 and 46. RGB value is (37,50,70). Sum of RGB (Red+Green+Blue) = 37+50+70=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #253246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253246 is #DACDB9. Grayscale: #303030. Windows color (decimal): -14339514 or 4600357. OLE color: 4600357.

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

Color convert

RGB375070-
CMYK0.470.2900.73
HSL216.36º30.84%20.98%-
HSV(B)216.36º47.14%27.45%-
XYZ3.013.126.24-
YUV48.39140.19119.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=23.57%
G=31.85%
B=44.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3750700.470.2900.73216.3630.8420.98
Hex2532462F1D049d81f15
Octal4562106573501113303725
Binary10010111001010001101011111110101001001110110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253246; }

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

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

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

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

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

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

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

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