#1E635E

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

Shades of Blue Stone #1E635E

Tints of Blue Stone #1E635E

Color information

#1E635E (or 0x1E635E) is unknown color: approx Blue Stone. HEX triplet: 1E, 63 and 5E. RGB value is (30,99,94). Sum of RGB (Red+Green+Blue) = 30+99+94=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #1E635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E635E is #E19CA1. Grayscale: #4D4D4D. Windows color (decimal): -14785698 or 6185758. OLE color: 6185758.

HSL color Cylindrical-coordinate representation of color #1E635E: hue angle of 175.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E635E is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB309994-
CMYK0.7000.050.61
HSL175.65º53.49%25.29%-
HSV(B)175.65º69.7%38.82%-
XYZ7.0210.0112.15-
YUV77.8137.1493.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=13.45%
G=44.39%
B=42.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099940.7000.050.61175.6553.4925.29
Hex1E635E46053Db03519
Octal3614313610605752606531
Binary1111011000111011110100011001011111011011000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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