#216667

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

Shades of Blue Stone #216667

Tints of Blue Stone #216667

Color information

#216667 (or 0x216667) is unknown color: approx Blue Stone. HEX triplet: 21, 66 and 67. RGB value is (33,102,103). Sum of RGB (Red+Green+Blue) = 33+102+103=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #216667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216667 is #DE9998. Grayscale: #515151. Windows color (decimal): -14588313 or 6776353. OLE color: 6776353.

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

Color convert

RGB33102103-
CMYK0.680.0100.60
HSL180.86º51.47%26.67%-
HSV(B)180.86º67.96%40.39%-
XYZ7.8310.8114.51-
YUV81.48140.1493.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=13.87%
G=42.86%
B=43.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal331021030.680.0100.60180.8651.4726.67
Hex21666744103Cb5331b
Octal4114614710410742656333
Binary100001110011011001111000100101111001011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216667; }

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

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

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

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

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

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

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

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