#1E655E

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

Shades of Blue Stone #1E655E

Tints of Blue Stone #1E655E

Color information

#1E655E (or 0x1E655E) is unknown color: approx Blue Stone. HEX triplet: 1E, 65 and 5E. RGB value is (30,101,94). Sum of RGB (Red+Green+Blue) = 30+101+94=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #1E655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E655E is #E19AA1. Grayscale: #4E4E4E. Windows color (decimal): -14785186 or 6186270. OLE color: 6186270.

HSL color Cylindrical-coordinate representation of color #1E655E: hue angle of 174.08º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E655E is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB3010194-
CMYK0.7000.070.60
HSL174.08º54.2%25.69%-
HSV(B)174.08º70.3%39.61%-
XYZ7.2110.3912.22-
YUV78.97136.4893.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=13.33%
G=44.89%
B=41.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30101940.7000.070.60174.0854.225.69
Hex1E655E46073Cae361a
Octal3614513610607742566632
Binary1111011001011011110100011001111111001010111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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