#20645F

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

Shades of Blue Stone #20645F

Tints of Blue Stone #20645F

Color information

#20645F (or 0x20645F) is unknown color: approx Blue Stone. HEX triplet: 20, 64 and 5F. RGB value is (32,100,95). Sum of RGB (Red+Green+Blue) = 32+100+95=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #20645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20645F is #DF9BA0. Grayscale: #4F4F4F. Windows color (decimal): -14654369 or 6251552. OLE color: 6251552.

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

Color convert

RGB3210095-
CMYK0.6800.050.61
HSL175.59º51.52%25.88%-
HSV(B)175.59º68%39.22%-
XYZ7.2210.2512.42-
YUV79.1136.9794.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=14.10%
G=44.05%
B=41.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100950.6800.050.61175.5951.5225.88
Hex20645F44053Db0341a
Octal4014413710405752606432
Binary10000011001001011111100010001011111011011000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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