#21605C

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

Shades of Blue Stone #21605C

Tints of Blue Stone #21605C

Color information

#21605C (or 0x21605C) is unknown color: approx Blue Stone. HEX triplet: 21, 60 and 5C. RGB value is (33,96,92). Sum of RGB (Red+Green+Blue) = 33+96+92=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #21605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21605C is #DE9FA3. Grayscale: #4C4C4C. Windows color (decimal): -14589860 or 6053921. OLE color: 6053921.

HSL color Cylindrical-coordinate representation of color #21605C: hue angle of 176.19º 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 #21605C is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB339692-
CMYK0.6600.040.62
HSL176.19º48.84%25.29%-
HSV(B)176.19º65.62%37.65%-
XYZ6.749.4611.6-
YUV76.71136.6396.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=14.93%
G=43.44%
B=41.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396920.6600.040.62176.1948.8425.29
Hex21605C42043Eb03119
Octal4114013410204762606131
Binary10000111000001011100100001001001111101011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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