#21625D

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

Shades of Blue Stone #21625D

Tints of Blue Stone #21625D

Color information

#21625D (or 0x21625D) is unknown color: approx Blue Stone. HEX triplet: 21, 62 and 5D. RGB value is (33,98,93). Sum of RGB (Red+Green+Blue) = 33+98+93=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #21625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625D is #DE9DA2. Grayscale: #4D4D4D. Windows color (decimal): -14589347 or 6119969. OLE color: 6119969.

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

Color convert

RGB339893-
CMYK0.6600.050.62
HSL175.38º49.62%25.69%-
HSV(B)175.38º66.33%38.43%-
XYZ6.979.8511.89-
YUV78136.4795.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=14.73%
G=43.75%
B=41.52%

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
Decimal3398930.6600.050.62175.3849.6225.69
Hex21625D42053Eaf321a
Octal4114213510205762576232
Binary10000111000101011101100001001011111101010111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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