#21656B

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

Shades of Blue Stone #21656B

Tints of Blue Stone #21656B

Color information

#21656B (or 0x21656B) is unknown color: approx Blue Stone. HEX triplet: 21, 65 and 6B. RGB value is (33,101,107). Sum of RGB (Red+Green+Blue) = 33+101+107=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #21656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21656B is #DE9A94. Grayscale: #515151. Windows color (decimal): -14588565 or 7038241. OLE color: 7038241.

HSL color Cylindrical-coordinate representation of color #21656B: hue angle of 184.86º 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 #21656B is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB33101107-
CMYK0.690.0600.58
HSL184.86º52.86%27.45%-
HSV(B)184.86º69.16%41.96%-
XYZ7.9310.6915.56-
YUV81.35142.4793.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=13.69%
G=41.91%
B=44.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331011070.690.0600.58184.8652.8627.45
Hex21656B45603Ab9351b
Octal4114515310560722716533
Binary10000111001011101011100010111001110101011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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