#21605B

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

Shades of Blue Stone #21605B

Tints of Blue Stone #21605B

Color information

#21605B (or 0x21605B) is unknown color: approx Blue Stone. HEX triplet: 21, 60 and 5B. RGB value is (33,96,91). Sum of RGB (Red+Green+Blue) = 33+96+91=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #21605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21605B is #DE9FA4. Grayscale: #4C4C4C. Windows color (decimal): -14589861 or 5988385. OLE color: 5988385.

HSL color Cylindrical-coordinate representation of color #21605B: hue angle of 175.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21605B is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB339691-
CMYK0.6600.050.62
HSL175.24º48.84%25.29%-
HSV(B)175.24º65.62%37.65%-
XYZ6.79.4411.37-
YUV76.59136.1396.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=15%
G=43.64%
B=41.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396910.6600.050.62175.2448.8425.29
Hex21605B42053Eaf3119
Octal4114013310205762576131
Binary10000111000001011011100001001011111101010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,96,91); }

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

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

 a { background-color: rgb(33,96,91); }

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

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

 span { border-color: rgb(33,96,91); }

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