#1E6361

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

Shades of Blue Stone #1E6361

Tints of Blue Stone #1E6361

Color information

#1E6361 (or 0x1E6361) is unknown color: approx Blue Stone. HEX triplet: 1E, 63 and 61. RGB value is (30,99,97). Sum of RGB (Red+Green+Blue) = 30+99+97=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6361 is #E19C9E. Grayscale: #4E4E4E. Windows color (decimal): -14785695 or 6382366. OLE color: 6382366.

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

Color convert

RGB309997-
CMYK0.7000.020.61
HSL178.26º53.49%25.29%-
HSV(B)178.26º69.7%38.82%-
XYZ7.1510.0612.87-
YUV78.14138.6493.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=13.27%
G=43.81%
B=42.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099970.7000.020.61178.2653.4925.29
Hex1E636146023Db23519
Octal3614314110602752626531
Binary111101100011110000110001100101111011011001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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