#216568

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

Shades of Blue Stone #216568

Tints of Blue Stone #216568

Color information

#216568 (or 0x216568) is unknown color: approx Blue Stone. HEX triplet: 21, 65 and 68. RGB value is (33,101,104). Sum of RGB (Red+Green+Blue) = 33+101+104=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #216568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216568 is #DE9A97. Grayscale: #505050. Windows color (decimal): -14588568 or 6841633. OLE color: 6841633.

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

Color convert

RGB33101104-
CMYK0.680.0300.59
HSL182.54º51.82%26.86%-
HSV(B)182.54º68.27%40.78%-
XYZ7.7810.6314.74-
YUV81.01140.9793.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=13.87%
G=42.44%
B=43.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331011040.680.0300.59182.5451.8226.86
Hex21656844303Bb7341b
Octal4114515010430732676433
Binary1000011100101110100010001001101110111011011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216568; }

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

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

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

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

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

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

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

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