#1E6360

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

Shades of Blue Stone #1E6360

Tints of Blue Stone #1E6360

Color information

#1E6360 (or 0x1E6360) is unknown color: approx Blue Stone. HEX triplet: 1E, 63 and 60. RGB value is (30,99,96). Sum of RGB (Red+Green+Blue) = 30+99+96=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6360 is #E19C9F. Grayscale: #4D4D4D. Windows color (decimal): -14785696 or 6316830. OLE color: 6316830.

HSL color Cylindrical-coordinate representation of color #1E6360: hue angle of 177.39º 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 #1E6360 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB309996-
CMYK0.7000.030.61
HSL177.39º53.49%25.29%-
HSV(B)177.39º69.7%38.82%-
XYZ7.1110.0412.63-
YUV78.03138.1493.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=13.33%
G=44%
B=42.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099960.7000.030.61177.3953.4925.29
Hex1E636046033Db13519
Octal3614314010603752616531
Binary111101100011110000010001100111111011011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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