#216972

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

Shades of Allports #216972

Tints of Allports #216972

Color information

#216972 (or 0x216972) is unknown color: approx Allports. HEX triplet: 21, 69 and 72. RGB value is (33,105,114). Sum of RGB (Red+Green+Blue) = 33+105+114=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #216972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216972 is #DE968D. Grayscale: #545454. Windows color (decimal): -14587534 or 7498017. OLE color: 7498017.

HSL color Cylindrical-coordinate representation of color #216972: hue angle of 186.67º 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 #216972 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33105114-
CMYK0.710.0800.55
HSL186.67º55.1%28.82%-
HSV(B)186.67º71.05%44.71%-
XYZ8.7211.6417.71-
YUV84.5144.6591.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=13.10%
G=41.67%
B=45.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331051140.710.0800.55186.6755.128.82
Hex216972478037bb371d
Octal41151162107100672736735
Binary100001110100111100101000111100001101111011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216972; }

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

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

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

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

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

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

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

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