#216068

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

Shades of Blue Stone #216068

Tints of Blue Stone #216068

Color information

#216068 (or 0x216068) is unknown color: approx Blue Stone. HEX triplet: 21, 60 and 68. RGB value is (33,96,104). Sum of RGB (Red+Green+Blue) = 33+96+104=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #216068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216068 is #DE9F97. Grayscale: #4D4D4D. Windows color (decimal): -14589848 or 6840353. OLE color: 6840353.

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

Color convert

RGB3396104-
CMYK0.680.0800.59
HSL186.76º51.82%26.86%-
HSV(B)186.76º68.27%40.78%-
XYZ7.319.6914.58-
YUV78.07142.6395.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=14.16%
G=41.20%
B=44.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33961040.680.0800.59186.7651.8226.86
Hex21606844803Bbb341b
Octal41140150104100732736433
Binary100001110000011010001000100100001110111011101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216068; }

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

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

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

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

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

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

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

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