#216A62

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

Shades of Blue Stone #216A62

Tints of Blue Stone #216A62

Color information

#216A62 (or 0x216A62) is unknown color: approx Blue Stone. HEX triplet: 21, 6A and 62. RGB value is (33,106,98). Sum of RGB (Red+Green+Blue) = 33+106+98=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #216A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A62 is #DE959D. Grayscale: #535353. Windows color (decimal): -14587294 or 6449697. OLE color: 6449697.

HSL color Cylindrical-coordinate representation of color #216A62: hue angle of 173.42º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A62 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB3310698-
CMYK0.6900.080.58
HSL173.42º52.52%27.25%-
HSV(B)173.42º68.87%41.57%-
XYZ7.9911.5113.36-
YUV83.26136.3292.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=13.92%
G=44.73%
B=41.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106980.6900.080.58173.4252.5227.25
Hex216A6245083Aad351b
Octal41152142105010722556533
Binary100001110101011000101000101010001110101010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A62; }

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

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

<style>
 a { background-color: #216A62; }

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

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

<style>
 span { border-color: #216A62; }

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

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