#216062

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

Shades of Blue Stone #216062

Tints of Blue Stone #216062

Color information

#216062 (or 0x216062) is unknown color: approx Blue Stone. HEX triplet: 21, 60 and 62. RGB value is (33,96,98). Sum of RGB (Red+Green+Blue) = 33+96+98=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #216062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216062 is #DE9F9D. Grayscale: #4D4D4D. Windows color (decimal): -14589854 or 6447137. OLE color: 6447137.

HSL color Cylindrical-coordinate representation of color #216062: hue angle of 181.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216062 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB339698-
CMYK0.660.0200.62
HSL181.85º49.62%25.69%-
HSV(B)181.85º66.33%38.43%-
XYZ7.019.5713.03-
YUV77.39139.6396.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=14.54%
G=42.29%
B=43.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396980.660.0200.62181.8549.6225.69
Hex21606242203Eb6321a
Octal4114014210220762666232
Binary1000011100000110001010000101001111101011011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216062; }

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

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

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

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

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

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

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

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