#1E615E

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

Shades of Blue Stone #1E615E

Tints of Blue Stone #1E615E

Color information

#1E615E (or 0x1E615E) is unknown color: approx Blue Stone. HEX triplet: 1E, 61 and 5E. RGB value is (30,97,94). Sum of RGB (Red+Green+Blue) = 30+97+94=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #1E615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E615E is #E19EA1. Grayscale: #4C4C4C. Windows color (decimal): -14786210 or 6185246. OLE color: 6185246.

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

Color convert

RGB309794-
CMYK0.6900.030.62
HSL177.31º52.76%24.9%-
HSV(B)177.31º69.07%38.04%-
XYZ6.839.6312.09-
YUV76.62137.894.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=13.57%
G=43.89%
B=42.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097940.6900.030.62177.3152.7624.9
Hex1E615E45033Eb13519
Octal3614113610503762616531
Binary111101100001101111010001010111111101011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,97,94); }

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

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

 a { background-color: rgb(30,97,94); }

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

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

 span { border-color: rgb(30,97,94); }

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