#21696D

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

Shades of Blue Stone #21696D

Tints of Blue Stone #21696D

Color information

#21696D (or 0x21696D) is unknown color: approx Blue Stone. HEX triplet: 21, 69 and 6D. RGB value is (33,105,109). Sum of RGB (Red+Green+Blue) = 33+105+109=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #21696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21696D is #DE9692. Grayscale: #535353. Windows color (decimal): -14587539 or 7170337. OLE color: 7170337.

HSL color Cylindrical-coordinate representation of color #21696D: hue angle of 183.16º 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 #21696D is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB33105109-
CMYK0.700.0400.57
HSL183.16º53.52%27.84%-
HSV(B)183.16º69.72%42.75%-
XYZ8.4411.5316.25-
YUV83.93142.1591.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=13.36%
G=42.51%
B=44.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331051090.700.0400.57183.1653.5227.84
Hex21696D464039b7361c
Octal4115115510640712676634
Binary10000111010011101101100011010001110011011011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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