#21686C

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

Shades of Blue Stone #21686C

Tints of Blue Stone #21686C

Color information

#21686C (or 0x21686C) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 6C. RGB value is (33,104,108). Sum of RGB (Red+Green+Blue) = 33+104+108=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #21686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21686C is #DE9793. Grayscale: #535353. Windows color (decimal): -14587796 or 7104545. OLE color: 7104545.

HSL color Cylindrical-coordinate representation of color #21686C: hue angle of 183.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21686C is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB33104108-
CMYK0.690.0400.58
HSL183.2º53.19%27.65%-
HSV(B)183.2º69.44%42.35%-
XYZ8.2811.3115.93-
YUV83.23141.9892.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=13.47%
G=42.45%
B=44.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331041080.690.0400.58183.253.1927.65
Hex21686C45403Ab7351c
Octal4115015410540722676534
Binary10000111010001101100100010110001110101011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21686C; }

 p { color: rgb(33,104,108); }

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

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

 a { background-color: rgb(33,104,108); }

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

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

 span { border-color: rgb(33,104,108); }

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