#217F84

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

Shades of Atoll #217F84

Tints of Atoll #217F84

Color information

#217F84 (or 0x217F84) is unknown color: approx Atoll. HEX triplet: 21, 7F and 84. RGB value is (33,127,132). Sum of RGB (Red+Green+Blue) = 33+127+132=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #217F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217F84 is #DE807B. Grayscale: #636363. Windows color (decimal): -14581884 or 8683297. OLE color: 8683297.

HSL color Cylindrical-coordinate representation of color #217F84: hue angle of 183.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217F84 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB33127132-
CMYK0.750.0400.48
HSL183.03º60%32.35%-
HSV(B)183.03º75%51.76%-
XYZ12.3817.1724.49-
YUV99.46146.3680.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 127 (50% from 255) = 43.49%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=11.30%
G=43.49%
B=45.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331271320.750.0400.48183.036032.35
Hex217F844B4030b73c20
Octal4117720411340602677440
Binary1000011111111100001001001011100011000010110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,132); }

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

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

 a { background-color: rgb(33,127,132); }

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

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

 span { border-color: rgb(33,127,132); }

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