#216168

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

Shades of Blue Stone #216168

Tints of Blue Stone #216168

Color information

#216168 (or 0x216168) is unknown color: approx Blue Stone. HEX triplet: 21, 61 and 68. RGB value is (33,97,104). Sum of RGB (Red+Green+Blue) = 33+97+104=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #216168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216168 is #DE9E97. Grayscale: #4E4E4E. Windows color (decimal): -14589592 or 6840609. OLE color: 6840609.

HSL color Cylindrical-coordinate representation of color #216168: hue angle of 185.92º 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 #216168 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3397104-
CMYK0.680.0700.59
HSL185.92º51.82%26.86%-
HSV(B)185.92º68.27%40.78%-
XYZ7.49.8714.61-
YUV78.66142.395.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=14.10%
G=41.45%
B=44.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33971040.680.0700.59185.9251.8226.86
Hex21616844703Bba341b
Octal4114115010470732726433
Binary10000111000011101000100010011101110111011101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216168; }

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

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

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

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

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

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

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

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