#216260

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

Shades of Blue Stone #216260

Tints of Blue Stone #216260

Color information

#216260 (or 0x216260) is unknown color: approx Blue Stone. HEX triplet: 21, 62 and 60. RGB value is (33,98,96). Sum of RGB (Red+Green+Blue) = 33+98+96=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #216260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216260 is #DE9D9F. Grayscale: #4E4E4E. Windows color (decimal): -14589344 or 6316577. OLE color: 6316577.

HSL color Cylindrical-coordinate representation of color #216260: hue angle of 178.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216260 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB339896-
CMYK0.6600.020.62
HSL178.15º49.62%25.69%-
HSV(B)178.15º66.33%38.43%-
XYZ7.119.912.6-
YUV78.34137.9795.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=14.54%
G=43.17%
B=42.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398960.6600.020.62178.1549.6225.69
Hex21626042023Eb2321a
Octal4114214010202762626232
Binary1000011100010110000010000100101111101011001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216260; }

 p { color: rgb(33,98,96); }

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

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

 a { background-color: rgb(33,98,96); }

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

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

 span { border-color: rgb(33,98,96); }

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