#1E5760

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

Shades of Blue Stone #1E5760

Tints of Blue Stone #1E5760

Color information

#1E5760 (or 0x1E5760) is unknown color: approx Blue Stone. HEX triplet: 1E, 57 and 60. RGB value is (30,87,96). Sum of RGB (Red+Green+Blue) = 30+87+96=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5760 is #E1A89F. Grayscale: #464646. Windows color (decimal): -14788768 or 6313758. OLE color: 6313758.

HSL color Cylindrical-coordinate representation of color #1E5760: hue angle of 188.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5760 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB308796-
CMYK0.690.0900.62
HSL188.18º52.38%24.71%-
HSV(B)188.18º68.75%37.65%-
XYZ6.057.9412.28-
YUV70.98142.1298.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=14.08%
G=40.85%
B=45.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3087960.690.0900.62188.1852.3824.71
Hex1E576045903Ebc3419
Octal36127140105110762746431
Binary11110101011111000001000101100101111101011110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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