#217A82

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

Shades of Atoll #217A82

Tints of Atoll #217A82

Color information

#217A82 (or 0x217A82) is unknown color: approx Atoll. HEX triplet: 21, 7A and 82. RGB value is (33,122,130). Sum of RGB (Red+Green+Blue) = 33+122+130=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #217A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217A82 is #DE857D. Grayscale: #606060. Windows color (decimal): -14583166 or 8550945. OLE color: 8550945.

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

Color convert

RGB33122130-
CMYK0.750.0600.49
HSL184.95º59.51%31.96%-
HSV(B)184.95º74.62%50.98%-
XYZ11.6215.8523.57-
YUV96.3147.0182.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=11.58%
G=42.81%
B=45.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331221300.750.0600.49184.9559.5131.96
Hex217A824B6031b93c20
Octal4117220211360612717440
Binary1000011111010100000101001011110011000110111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,130); }

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

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

 a { background-color: rgb(33,122,130); }

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

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

 span { border-color: rgb(33,122,130); }

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