#21646B

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

Shades of Blue Stone #21646B

Tints of Blue Stone #21646B

Color information

#21646B (or 0x21646B) is unknown color: approx Blue Stone. HEX triplet: 21, 64 and 6B. RGB value is (33,100,107). Sum of RGB (Red+Green+Blue) = 33+100+107=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #21646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21646B is #DE9B94. Grayscale: #505050. Windows color (decimal): -14588821 or 7037985. OLE color: 7037985.

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

Color convert

RGB33100107-
CMYK0.690.0700.58
HSL185.68º52.86%27.45%-
HSV(B)185.68º69.16%41.96%-
XYZ7.8410.515.52-
YUV80.76142.893.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=13.75%
G=41.67%
B=44.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331001070.690.0700.58185.6852.8627.45
Hex21646B45703Aba351b
Octal4114415310570722726533
Binary10000111001001101011100010111101110101011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,100,107); }

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

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

 a { background-color: rgb(33,100,107); }

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

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

 span { border-color: rgb(33,100,107); }

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