#1E6962

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

Shades of Blue Stone #1E6962

Tints of Blue Stone #1E6962

Color information

#1E6962 (or 0x1E6962) is unknown color: approx Blue Stone. HEX triplet: 1E, 69 and 62. RGB value is (30,105,98). Sum of RGB (Red+Green+Blue) = 30+105+98=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6962 is #E1969D. Grayscale: #515151. Windows color (decimal): -14784158 or 6449438. OLE color: 6449438.

HSL color Cylindrical-coordinate representation of color #1E6962: hue angle of 174.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6962 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB3010598-
CMYK0.7100.070.59
HSL174.4º55.56%26.47%-
HSV(B)174.4º71.43%41.18%-
XYZ7.7911.2613.32-
YUV81.78137.1591.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.88%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=12.88%
G=45.06%
B=42.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105980.7100.070.59174.455.5626.47
Hex1E696247073Bae381a
Octal3615114210707732567032
Binary1111011010011100010100011101111110111010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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