#146362

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

Shades of Blue Stone #146362

Tints of Blue Stone #146362

Color information

#146362 (or 0x146362) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 62. RGB value is (20,99,98). Sum of RGB (Red+Green+Blue) = 20+99+98=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #146362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146362 is #EB9C9D. Grayscale: #4B4B4B. Windows color (decimal): -15441054 or 6447892. OLE color: 6447892.

HSL color Cylindrical-coordinate representation of color #146362: hue angle of 179.24º 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 #146362 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB209998-
CMYK0.8000.010.61
HSL179.24º66.39%23.33%-
HSV(B)179.24º79.8%38.82%-
XYZ6.959.9513.11-
YUV75.26140.8388.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=9.22%
G=45.62%
B=45.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099980.8000.010.61179.2466.3923.33
Hex14636250013Db34217
Octal24143142120017526310227
Binary101001100011110001010100000111110110110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146362; }

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

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

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

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

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

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

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

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