#146356

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

Shades of Blue Stone #146356

Tints of Blue Stone #146356

Color information

#146356 (or 0x146356) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 56. RGB value is (20,99,86). Sum of RGB (Red+Green+Blue) = 20+99+86=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #146356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146356 is #EB9CA9. Grayscale: #494949. Windows color (decimal): -15441066 or 5661460. OLE color: 5661460.

HSL color Cylindrical-coordinate representation of color #146356: hue angle of 170.13º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146356 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB209986-
CMYK0.8000.130.61
HSL170.13º66.39%23.33%-
HSV(B)170.13º79.8%38.82%-
XYZ6.439.7410.35-
YUV73.9134.8389.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=9.76%
G=48.29%
B=41.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099860.8000.130.61170.1366.3923.33
Hex146356500D3Daa4217
Octal241431261200157525210227
Binary101001100011101011010100000110111110110101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146356; }

 p { color: rgb(20,99,86); }

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

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

 a { background-color: rgb(20,99,86); }

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

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

 span { border-color: rgb(20,99,86); }

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