#216E69

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

Shades of Blue Stone #216E69

Tints of Blue Stone #216E69

Color information

#216E69 (or 0x216E69) is unknown color: approx Blue Stone. HEX triplet: 21, 6E and 69. RGB value is (33,110,105). Sum of RGB (Red+Green+Blue) = 33+110+105=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #216E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E69 is #DE9196. Grayscale: #565656. Windows color (decimal): -14586263 or 6909473. OLE color: 6909473.

HSL color Cylindrical-coordinate representation of color #216E69: hue angle of 176.1º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E69 is Cyan = 0.7, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB33110105-
CMYK0.700.050.57
HSL176.1º53.85%28.04%-
HSV(B)176.1º70%43.14%-
XYZ8.7512.515.32-
YUV86.41138.4989.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=13.31%
G=44.35%
B=42.34%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331101050.700.050.57176.153.8528.04
Hex216E69460539b0361c
Octal4115615110605712606634
Binary10000111011101101001100011001011110011011000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,110,105); }

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

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

 a { background-color: rgb(33,110,105); }

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

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

 span { border-color: rgb(33,110,105); }

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