#21686D

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

Shades of Blue Stone #21686D

Tints of Blue Stone #21686D

Color information

#21686D (or 0x21686D) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 6D. RGB value is (33,104,109). Sum of RGB (Red+Green+Blue) = 33+104+109=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #21686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21686D is #DE9792. Grayscale: #535353. Windows color (decimal): -14587795 or 7170081. OLE color: 7170081.

HSL color Cylindrical-coordinate representation of color #21686D: hue angle of 183.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21686D is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB33104109-
CMYK0.700.0500.57
HSL183.95º53.52%27.84%-
HSV(B)183.95º69.72%42.75%-
XYZ8.3411.3316.22-
YUV83.34142.4892.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=13.41%
G=42.28%
B=44.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331041090.700.0500.57183.9553.5227.84
Hex21686D465039b8361c
Octal4115015510650712706634
Binary10000111010001101101100011010101110011011100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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