#1F575E

Color #1F575E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1F575E

Tints of Blue Stone #1F575E

Color information

#1F575E (or 0x1F575E) is unknown color: approx Blue Stone. HEX triplet: 1F, 57 and 5E. RGB value is (31,87,94). Sum of RGB (Red+Green+Blue) = 31+87+94=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F575E is #E0A8A1. Grayscale: #464646. Windows color (decimal): -14723234 or 6182687. OLE color: 6182687.

HSL color Cylindrical-coordinate representation of color #1F575E: hue angle of 186.67º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F575E is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB318794-
CMYK0.670.0700.63
HSL186.67º50.4%24.51%-
HSV(B)186.67º67.02%36.86%-
XYZ5.997.9211.8-
YUV71.05140.9599.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=14.62%
G=41.04%
B=44.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3187940.670.0700.63186.6750.424.51
Hex1F575E43703Fbb3219
Octal3712713610370772736231
Binary1111110101111011110100001111101111111011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F575E; }

 p { color: rgb(31,87,94); }

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

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

 a { background-color: rgb(31,87,94); }

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

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

 span { border-color: rgb(31,87,94); }

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