#1E615C

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

Shades of Blue Stone #1E615C

Tints of Blue Stone #1E615C

Color information

#1E615C (or 0x1E615C) is unknown color: approx Blue Stone. HEX triplet: 1E, 61 and 5C. RGB value is (30,97,92). Sum of RGB (Red+Green+Blue) = 30+97+92=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #1E615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E615C is #E19EA3. Grayscale: #4C4C4C. Windows color (decimal): -14786212 or 6054174. OLE color: 6054174.

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

Color convert

RGB309792-
CMYK0.6900.050.62
HSL175.52º52.76%24.9%-
HSV(B)175.52º69.07%38.04%-
XYZ6.749.611.62-
YUV76.4136.894.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=13.70%
G=44.29%
B=42.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097920.6900.050.62175.5252.7624.9
Hex1E615C45053Eb03519
Octal3614113410505762606531
Binary1111011000011011100100010101011111101011000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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