#216B63

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

Shades of Blue Stone #216B63

Tints of Blue Stone #216B63

Color information

#216B63 (or 0x216B63) is unknown color: approx Blue Stone. HEX triplet: 21, 6B and 63. RGB value is (33,107,99). Sum of RGB (Red+Green+Blue) = 33+107+99=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #216B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B63 is #DE949C. Grayscale: #535353. Windows color (decimal): -14587037 or 6515489. OLE color: 6515489.

HSL color Cylindrical-coordinate representation of color #216B63: hue angle of 173.51º 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 #216B63 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB3310799-
CMYK0.6900.070.58
HSL173.51º52.86%27.45%-
HSV(B)173.51º69.16%41.96%-
XYZ8.1411.7413.64-
YUV83.96136.4891.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=13.81%
G=44.77%
B=41.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107990.6900.070.58173.5152.8627.45
Hex216B6345073Aae351b
Octal4115314310507722566533
Binary10000111010111100011100010101111110101010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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