#20645E

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

Shades of Blue Stone #20645E

Tints of Blue Stone #20645E

Color information

#20645E (or 0x20645E) is unknown color: approx Blue Stone. HEX triplet: 20, 64 and 5E. RGB value is (32,100,94). Sum of RGB (Red+Green+Blue) = 32+100+94=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #20645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20645E is #DF9BA1. Grayscale: #4E4E4E. Windows color (decimal): -14654370 or 6186016. OLE color: 6186016.

HSL color Cylindrical-coordinate representation of color #20645E: hue angle of 174.71º degrees, saturation: 0.52, 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 #20645E is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB3210094-
CMYK0.6800.060.61
HSL174.71º51.52%25.88%-
HSV(B)174.71º68%39.22%-
XYZ7.1710.2312.19-
YUV78.98136.4794.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=14.16%
G=44.25%
B=41.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100940.6800.060.61174.7151.5225.88
Hex20645E44063Daf341a
Octal4014413610406752576432
Binary10000011001001011110100010001101111011010111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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