#216868

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

Shades of Blue Stone #216868

Tints of Blue Stone #216868

Color information

#216868 (or 0x216868) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 68. RGB value is (33,104,104). Sum of RGB (Red+Green+Blue) = 33+104+104=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #216868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216868 is #DE9797. Grayscale: #525252. Windows color (decimal): -14587800 or 6842401. OLE color: 6842401.

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

Color convert

RGB33104104-
CMYK0.68000.59
HSL180º51.82%26.86%-
HSV(B)180º68.27%40.78%-
XYZ8.0811.2214.84-
YUV82.77139.9892.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=13.69%
G=43.15%
B=43.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331041040.68000.5918051.8226.86
Hex21686844003Bb4341b
Octal4115015010400732646433
Binary100001110100011010001000100001110111011010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216868; }

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

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

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

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

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

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

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

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