#217D90

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

Shades of Allports #217D90

Tints of Allports #217D90

Color information

#217D90 (or 0x217D90) is unknown color: approx Allports. HEX triplet: 21, 7D and 90. RGB value is (33,125,144). Sum of RGB (Red+Green+Blue) = 33+125+144=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #217D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D90 is #DE826F. Grayscale: #636363. Windows color (decimal): -14582384 or 9469217. OLE color: 9469217.

HSL color Cylindrical-coordinate representation of color #217D90: hue angle of 190.27º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217D90 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33125144-
CMYK0.770.1300.44
HSL190.27º62.71%34.71%-
HSV(B)190.27º77.08%56.47%-
XYZ12.991728.98-
YUV99.66153.0280.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 125 (49.22% from 255) = 41.39%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=10.93%
G=41.39%
B=47.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331251440.770.1300.44190.2762.7134.71
Hex217D904DD02Cbe3f23
Octal41175220115150542767743
Binary10000111111011001000010011011101010110010111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D90; }

 p { color: rgb(33,125,144); }

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

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

 a { background-color: rgb(33,125,144); }

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

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

 span { border-color: rgb(33,125,144); }

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