#216C67

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

Shades of Blue Stone #216C67

Tints of Blue Stone #216C67

Color information

#216C67 (or 0x216C67) is unknown color: approx Blue Stone. HEX triplet: 21, 6C and 67. RGB value is (33,108,103). Sum of RGB (Red+Green+Blue) = 33+108+103=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #216C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C67 is #DE9398. Grayscale: #545454. Windows color (decimal): -14586777 or 6777889. OLE color: 6777889.

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

Color convert

RGB33108103-
CMYK0.6900.050.58
HSL176º53.19%27.65%-
HSV(B)176º69.44%42.35%-
XYZ8.4412.0314.71-
YUV85138.1590.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 103 (40.62% from 255) = 42.21%
R=13.52%
G=44.26%
B=42.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal331081030.6900.050.5817653.1927.65
Hex216C6745053Ab0351c
Octal4115414710505722606534
Binary10000111011001100111100010101011110101011000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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