#216C65

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

Shades of Blue Stone #216C65

Tints of Blue Stone #216C65

Color information

#216C65 (or 0x216C65) is unknown color: approx Blue Stone. HEX triplet: 21, 6C and 65. RGB value is (33,108,101). Sum of RGB (Red+Green+Blue) = 33+108+101=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #216C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C65 is #DE939A. Grayscale: #545454. Windows color (decimal): -14586779 or 6646817. OLE color: 6646817.

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

Color convert

RGB33108101-
CMYK0.6900.060.58
HSL174.4º53.19%27.65%-
HSV(B)174.4º69.44%42.35%-
XYZ8.3411.9914.19-
YUV84.78137.1591.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=13.64%
G=44.63%
B=41.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331081010.6900.060.58174.453.1927.65
Hex216C6545063Aae351c
Octal4115414510506722566534
Binary10000111011001100101100010101101110101010111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,101); }

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

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

 a { background-color: rgb(33,108,101); }

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

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

 span { border-color: rgb(33,108,101); }

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