#1E5D62

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

Shades of Blue Stone #1E5D62

Tints of Blue Stone #1E5D62

Color information

#1E5D62 (or 0x1E5D62) is unknown color: approx Blue Stone. HEX triplet: 1E, 5D and 62. RGB value is (30,93,98). Sum of RGB (Red+Green+Blue) = 30+93+98=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E5D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D62 is #E1A29D. Grayscale: #4A4A4A. Windows color (decimal): -14787230 or 6446366. OLE color: 6446366.

HSL color Cylindrical-coordinate representation of color #1E5D62: hue angle of 184.41º degrees, saturation: 0.53, 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 #1E5D62 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB309398-
CMYK0.690.0500.62
HSL184.41º53.12%25.1%-
HSV(B)184.41º69.39%38.43%-
XYZ6.658.9912.94-
YUV74.73141.1396.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=13.57%
G=42.08%
B=44.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3093980.690.0500.62184.4153.1225.1
Hex1E5D6245503Eb83519
Octal3613514210550762706531
Binary1111010111011100010100010110101111101011100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,98); }

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

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

 a { background-color: rgb(30,93,98); }

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

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

 span { border-color: rgb(30,93,98); }

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