#21625E

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

Shades of Blue Stone #21625E

Tints of Blue Stone #21625E

Color information

#21625E (or 0x21625E) is unknown color: approx Blue Stone. HEX triplet: 21, 62 and 5E. RGB value is (33,98,94). Sum of RGB (Red+Green+Blue) = 33+98+94=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #21625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625E is #DE9DA1. Grayscale: #4E4E4E. Windows color (decimal): -14589346 or 6185505. OLE color: 6185505.

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

Color convert

RGB339894-
CMYK0.6600.040.62
HSL176.31º49.62%25.69%-
HSV(B)176.31º66.33%38.43%-
XYZ7.029.8712.12-
YUV78.11136.9795.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=14.67%
G=43.56%
B=41.78%

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
Decimal3398940.6600.040.62176.3149.6225.69
Hex21625E42043Eb0321a
Octal4114213610204762606232
Binary10000111000101011110100001001001111101011000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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