#216762

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

Shades of Blue Stone #216762

Tints of Blue Stone #216762

Color information

#216762 (or 0x216762) is unknown color: approx Blue Stone. HEX triplet: 21, 67 and 62. RGB value is (33,103,98). Sum of RGB (Red+Green+Blue) = 33+103+98=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #216762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216762 is #DE989D. Grayscale: #515151. Windows color (decimal): -14588062 or 6448929. OLE color: 6448929.

HSL color Cylindrical-coordinate representation of color #216762: hue angle of 175.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216762 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB3310398-
CMYK0.6800.050.60
HSL175.71º51.47%26.67%-
HSV(B)175.71º67.96%40.39%-
XYZ7.6810.9113.26-
YUV81.5137.3193.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=14.10%
G=44.02%
B=41.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33103980.6800.050.60175.7151.4726.67
Hex21676244053Cb0331b
Octal4114714210405742606333
Binary10000111001111100010100010001011111001011000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216762; }

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

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

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

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

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

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

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

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