#1E575C

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

Shades of Blue Stone #1E575C

Tints of Blue Stone #1E575C

Color information

#1E575C (or 0x1E575C) is unknown color: approx Blue Stone. HEX triplet: 1E, 57 and 5C. RGB value is (30,87,92). Sum of RGB (Red+Green+Blue) = 30+87+92=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E575C is #E1A8A3. Grayscale: #464646. Windows color (decimal): -14788772 or 6051614. OLE color: 6051614.

HSL color Cylindrical-coordinate representation of color #1E575C: hue angle of 184.84º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E575C is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB308792-
CMYK0.670.0500.64
HSL184.84º50.82%23.92%-
HSV(B)184.84º67.39%36.08%-
XYZ5.887.8711.33-
YUV70.53140.1299.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=14.35%
G=41.63%
B=44.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3087920.670.0500.64184.8450.8223.92
Hex1E575C435040b93318
Octal36127134103501002716330
Binary11110101011110111001000011101010000001011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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