#1E565C

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

Shades of Blue Stone #1E565C

Tints of Blue Stone #1E565C

Color information

#1E565C (or 0x1E565C) is unknown color: approx Blue Stone. HEX triplet: 1E, 56 and 5C. RGB value is (30,86,92). Sum of RGB (Red+Green+Blue) = 30+86+92=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E565C is #E1A9A3. Grayscale: #454545. Windows color (decimal): -14789028 or 6051358. OLE color: 6051358.

HSL color Cylindrical-coordinate representation of color #1E565C: hue angle of 185.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E565C is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB308692-
CMYK0.670.0700.64
HSL185.81º50.82%23.92%-
HSV(B)185.81º67.39%36.08%-
XYZ5.797.711.31-
YUV69.94140.4599.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=14.42%
G=41.35%
B=44.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3086920.670.0700.64185.8150.8223.92
Hex1E565C437040ba3318
Octal36126134103701002726330
Binary11110101011010111001000011111010000001011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,92); }

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

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

 a { background-color: rgb(30,86,92); }

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

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

 span { border-color: rgb(30,86,92); }

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