#21635D

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

Shades of Blue Stone #21635D

Tints of Blue Stone #21635D

Color information

#21635D (or 0x21635D) is unknown color: approx Blue Stone. HEX triplet: 21, 63 and 5D. RGB value is (33,99,93). Sum of RGB (Red+Green+Blue) = 33+99+93=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #21635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21635D is #DE9CA2. Grayscale: #4E4E4E. Windows color (decimal): -14589091 or 6120225. OLE color: 6120225.

HSL color Cylindrical-coordinate representation of color #21635D: hue angle of 174.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21635D is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB339993-
CMYK0.6700.060.61
HSL174.55º50%25.88%-
HSV(B)174.55º66.67%38.82%-
XYZ7.0610.0411.92-
YUV78.58136.1395.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=14.67%
G=44%
B=41.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399930.6700.060.61174.555025.88
Hex21635D43063Daf321a
Octal4114313510306752576232
Binary10000111000111011101100001101101111011010111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,99,93); }

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

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

 a { background-color: rgb(33,99,93); }

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

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

 span { border-color: rgb(33,99,93); }

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