#21625C

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

Shades of Blue Stone #21625C

Tints of Blue Stone #21625C

Color information

#21625C (or 0x21625C) is unknown color: approx Blue Stone. HEX triplet: 21, 62 and 5C. RGB value is (33,98,92). Sum of RGB (Red+Green+Blue) = 33+98+92=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #21625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625C is #DE9DA3. Grayscale: #4D4D4D. Windows color (decimal): -14589348 or 6054433. OLE color: 6054433.

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

Color convert

RGB339892-
CMYK0.6600.060.62
HSL174.46º49.62%25.69%-
HSV(B)174.46º66.33%38.43%-
XYZ6.939.8311.66-
YUV77.88135.9795.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=14.80%
G=43.95%
B=41.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398920.6600.060.62174.4649.6225.69
Hex21625C42063Eae321a
Octal4114213410206762566232
Binary10000111000101011100100001001101111101010111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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