#216c83

Color #216C83 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #216C83

Tints of Allports #216C83

Color information

#216C83 (or 0x216C83) is unknown color: approx Allports. HEX triplet: 21, 6C and 83. RGB value is (33,108,131). Sum of RGB (Red+Green+Blue) = 33+108+131=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #216C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C83 is #DE937C. Grayscale: #585858. Windows color (decimal): -14586749 or 8612897. OLE color: 8612897.

HSL color Cylindrical-coordinate representation of color #216C83: hue angle of 194.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216C83 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33108131-
CMYK0.750.1800.49
HSL194.08º59.76%32.16%-
HSV(B)194.08º74.81%51.37%-
XYZ10.0912.6923.39-
YUV88.2152.1588.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=12.13%
G=39.71%
B=48.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331081310.750.1800.49194.0859.7632.16
Hex216C834B12031c23c20
Octal41154203113220613027440
Binary100001110110010000011100101110010011000111000010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216c83; }

 p { color: rgb(33,108,131); }

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

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

 a { background-color: rgb(33,108,131); }

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

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

 span { border-color: rgb(33,108,131); }

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