#216367

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

Shades of Blue Stone #216367

Tints of Blue Stone #216367

Color information

#216367 (or 0x216367) is unknown color: approx Blue Stone. HEX triplet: 21, 63 and 67. RGB value is (33,99,103). Sum of RGB (Red+Green+Blue) = 33+99+103=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #216367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216367 is #DE9C98. Grayscale: #4F4F4F. Windows color (decimal): -14589081 or 6775585. OLE color: 6775585.

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

Color convert

RGB3399103-
CMYK0.680.0400.60
HSL183.43º51.47%26.67%-
HSV(B)183.43º67.96%40.39%-
XYZ7.5410.2314.41-
YUV79.72141.1394.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=14.04%
G=42.13%
B=43.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33991030.680.0400.60183.4351.4726.67
Hex21636744403Cb7331b
Octal4114314710440742676333
Binary10000111000111100111100010010001111001011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216367; }

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

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

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

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

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

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

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

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