#217077

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

Shades of Allports #217077

Tints of Allports #217077

Color information

#217077 (or 0x217077) is unknown color: approx Allports. HEX triplet: 21, 70 and 77. RGB value is (33,112,119). Sum of RGB (Red+Green+Blue) = 33+112+119=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #217077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217077 is #DE8F88. Grayscale: #595959. Windows color (decimal): -14585737 or 7827489. OLE color: 7827489.

HSL color Cylindrical-coordinate representation of color #217077: hue angle of 184.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217077 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB33112119-
CMYK0.720.0600.53
HSL184.88º56.58%29.8%-
HSV(B)184.88º72.27%46.67%-
XYZ9.7513.2419.5-
YUV89.18144.8387.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=12.5%
G=42.42%
B=45.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331121190.720.0600.53184.8856.5829.8
Hex217077486035b9391e
Octal4116016711060652717136
Binary10000111100001110111100100011001101011011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217077; }

 p { color: rgb(33,112,119); }

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

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

 a { background-color: rgb(33,112,119); }

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

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

 span { border-color: rgb(33,112,119); }

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