#1E5857

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

Shades of Blue Stone #1E5857

Tints of Blue Stone #1E5857

Color information

#1E5857 (or 0x1E5857) is unknown color: approx Blue Stone. HEX triplet: 1E, 58 and 57. RGB value is (30,88,87). Sum of RGB (Red+Green+Blue) = 30+88+87=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5857 is #E1A7A8. Grayscale: #464646. Windows color (decimal): -14788521 or 5724190. OLE color: 5724190.

HSL color Cylindrical-coordinate representation of color #1E5857: hue angle of 178.97º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5857 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB308887-
CMYK0.6600.010.65
HSL178.97º49.15%23.14%-
HSV(B)178.97º65.91%34.51%-
XYZ5.757.9410.25-
YUV70.54137.2899.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=14.63%
G=42.93%
B=42.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3088870.6600.010.65178.9749.1523.14
Hex1E5857420141b33117
Octal36130127102011012636127
Binary111101011000101011110000100110000011011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,88,87); }

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

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

 a { background-color: rgb(30,88,87); }

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

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

 span { border-color: rgb(30,88,87); }

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