#217275

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

Shades of Atoll #217275

Tints of Atoll #217275

Color information

#217275 (or 0x217275) is unknown color: approx Atoll. HEX triplet: 21, 72 and 75. RGB value is (33,114,117). Sum of RGB (Red+Green+Blue) = 33+114+117=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #217275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217275 is #DE8D8A. Grayscale: #5A5A5A. Windows color (decimal): -14585227 or 7696929. OLE color: 7696929.

HSL color Cylindrical-coordinate representation of color #217275: hue angle of 182.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217275 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33114117-
CMYK0.720.0300.54
HSL182.14º56%29.41%-
HSV(B)182.14º71.79%45.88%-
XYZ9.8613.6418.94-
YUV90.12143.1687.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=12.5%
G=43.18%
B=44.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331141170.720.0300.54182.145629.41
Hex217275483036b6381d
Octal4116216511030662667035
Binary1000011110010111010110010001101101101011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217275; }

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

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

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

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

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

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

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

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