#216668

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

Shades of Blue Stone #216668

Tints of Blue Stone #216668

Color information

#216668 (or 0x216668) is unknown color: approx Blue Stone. HEX triplet: 21, 66 and 68. RGB value is (33,102,104). Sum of RGB (Red+Green+Blue) = 33+102+104=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #216668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216668 is #DE9997. Grayscale: #515151. Windows color (decimal): -14588312 or 6841889. OLE color: 6841889.

HSL color Cylindrical-coordinate representation of color #216668: hue angle of 181.69º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216668 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB33102104-
CMYK0.680.0200.59
HSL181.69º51.82%26.86%-
HSV(B)181.69º68.27%40.78%-
XYZ7.8810.8314.77-
YUV81.6140.6493.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=13.81%
G=42.68%
B=43.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331021040.680.0200.59181.6951.8226.86
Hex21666844203Bb6341b
Octal4114615010420732666433
Binary1000011100110110100010001001001110111011011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216668; }

 p { color: rgb(33,102,104); }

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

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

 a { background-color: rgb(33,102,104); }

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

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

 span { border-color: rgb(33,102,104); }

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