#20636B

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

Shades of Blue Stone #20636B

Tints of Blue Stone #20636B

Color information

#20636B (or 0x20636B) is unknown color: approx Blue Stone. HEX triplet: 20, 63 and 6B. RGB value is (32,99,107). Sum of RGB (Red+Green+Blue) = 32+99+107=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #20636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20636B is #DF9C94. Grayscale: #4F4F4F. Windows color (decimal): -14654613 or 7037728. OLE color: 7037728.

HSL color Cylindrical-coordinate representation of color #20636B: hue angle of 186.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20636B is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3299107-
CMYK0.700.0700.58
HSL186.4º53.96%27.25%-
HSV(B)186.4º70.09%41.96%-
XYZ7.7110.2915.49-
YUV79.88143.393.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=13.45%
G=41.60%
B=44.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32991070.700.0700.58186.453.9627.25
Hex20636B46703Aba361b
Octal4014315310670722726633
Binary10000011000111101011100011011101110101011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20636B; }

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

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

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

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

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

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

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

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