#1E646A

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

Shades of Blue Stone #1E646A

Tints of Blue Stone #1E646A

Color information

#1E646A (or 0x1E646A) is unknown color: approx Blue Stone. HEX triplet: 1E, 64 and 6A. RGB value is (30,100,106). Sum of RGB (Red+Green+Blue) = 30+100+106=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E646A is #E19B95. Grayscale: #4F4F4F. Windows color (decimal): -14785430 or 6972446. OLE color: 6972446.

HSL color Cylindrical-coordinate representation of color #1E646A: hue angle of 184.74º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E646A is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB30100106-
CMYK0.720.0600.58
HSL184.74º55.88%26.67%-
HSV(B)184.74º71.7%41.57%-
XYZ7.6910.4315.24-
YUV79.75142.8192.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=12.71%
G=42.37%
B=44.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal301001060.720.0600.58184.7455.8826.67
Hex1E646A48603Ab9381b
Octal3614415211060722717033
Binary1111011001001101010100100011001110101011100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,100,106); }

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

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

 a { background-color: rgb(30,100,106); }

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

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

 span { border-color: rgb(30,100,106); }

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