#20665E

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

Shades of Blue Stone #20665E

Tints of Blue Stone #20665E

Color information

#20665E (or 0x20665E) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 5E. RGB value is (32,102,94). Sum of RGB (Red+Green+Blue) = 32+102+94=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #20665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665E is #DF99A1. Grayscale: #505050. Windows color (decimal): -14653858 or 6186528. OLE color: 6186528.

HSL color Cylindrical-coordinate representation of color #20665E: hue angle of 173.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20665E is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB3210294-
CMYK0.6900.080.6
HSL173.14º52.24%26.27%-
HSV(B)173.14º68.63%40%-
XYZ7.3710.6212.25-
YUV80.16135.8193.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=14.04%
G=44.74%
B=41.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102940.6900.080.6173.1452.2426.27
Hex20665E45083Cad341a
Octal40146136105010742556432
Binary100000110011010111101000101010001111001010110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20665E; }

 p { color: rgb(32,102,94); }

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

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

 a { background-color: rgb(32,102,94); }

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

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

 span { border-color: rgb(32,102,94); }

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