#216973

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

Shades of Allports #216973

Tints of Allports #216973

Color information

#216973 (or 0x216973) is unknown color: approx Allports. HEX triplet: 21, 69 and 73. RGB value is (33,105,115). Sum of RGB (Red+Green+Blue) = 33+105+115=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #216973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216973 is #DE968C. Grayscale: #545454. Windows color (decimal): -14587533 or 7563553. OLE color: 7563553.

HSL color Cylindrical-coordinate representation of color #216973: hue angle of 187.32º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216973 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33105115-
CMYK0.710.0900.55
HSL187.32º55.41%29.02%-
HSV(B)187.32º71.3%45.1%-
XYZ8.7711.6618.01-
YUV84.61145.1591.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=13.04%
G=41.50%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331051150.710.0900.55187.3255.4129.02
Hex216973479037bb371d
Octal41151163107110672736735
Binary100001110100111100111000111100101101111011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216973; }

 p { color: rgb(33,105,115); }

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

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

 a { background-color: rgb(33,105,115); }

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

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

 span { border-color: rgb(33,105,115); }

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