#206360

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

Shades of Blue Stone #206360

Tints of Blue Stone #206360

Color information

#206360 (or 0x206360) is unknown color: approx Blue Stone. HEX triplet: 20, 63 and 60. RGB value is (32,99,96). Sum of RGB (Red+Green+Blue) = 32+99+96=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #206360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206360 is #DF9C9F. Grayscale: #4E4E4E. Windows color (decimal): -14654624 or 6316832. OLE color: 6316832.

HSL color Cylindrical-coordinate representation of color #206360: hue angle of 177.31º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206360 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB329996-
CMYK0.6800.030.61
HSL177.31º51.15%25.69%-
HSV(B)177.31º67.68%38.82%-
XYZ7.1710.0812.63-
YUV78.62137.894.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=14.10%
G=43.61%
B=42.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299960.6800.030.61177.3151.1525.69
Hex20636044033Db1331a
Octal4014314010403752616332
Binary1000001100011110000010001000111111011011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206360; }

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

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

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

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

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

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

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

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