#216B64

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

Shades of Blue Stone #216B64

Tints of Blue Stone #216B64

Color information

#216B64 (or 0x216B64) is unknown color: approx Blue Stone. HEX triplet: 21, 6B and 64. RGB value is (33,107,100). Sum of RGB (Red+Green+Blue) = 33+107+100=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #216B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B64 is #DE949B. Grayscale: #545454. Windows color (decimal): -14587036 or 6581025. OLE color: 6581025.

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

Color convert

RGB33107100-
CMYK0.6900.070.58
HSL174.32º52.86%27.45%-
HSV(B)174.32º69.16%41.96%-
XYZ8.1911.7613.89-
YUV84.08136.9891.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=13.75%
G=44.58%
B=41.67%

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
Decimal331071000.6900.070.58174.3252.8627.45
Hex216B6445073Aae351b
Octal4115314410507722566533
Binary10000111010111100100100010101111110101010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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