#216869

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

Shades of Blue Stone #216869

Tints of Blue Stone #216869

Color information

#216869 (or 0x216869) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 69. RGB value is (33,104,105). Sum of RGB (Red+Green+Blue) = 33+104+105=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #216869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216869 is #DE9796. Grayscale: #525252. Windows color (decimal): -14587799 or 6907937. OLE color: 6907937.

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

Color convert

RGB33104105-
CMYK0.690.0100.59
HSL180.83º52.17%27.06%-
HSV(B)180.83º68.57%41.18%-
XYZ8.1311.2415.11-
YUV82.88140.4892.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=13.64%
G=42.98%
B=43.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331041050.690.0100.59180.8352.1727.06
Hex21686945103Bb5341b
Octal4115015110510732656433
Binary100001110100011010011000101101110111011010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216869; }

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

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

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

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

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

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

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

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