#217075

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

Shades of Atoll #217075

Tints of Atoll #217075

Color information

#217075 (or 0x217075) is unknown color: approx Atoll. HEX triplet: 21, 70 and 75. RGB value is (33,112,117). Sum of RGB (Red+Green+Blue) = 33+112+117=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #217075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217075 is #DE8F8A. Grayscale: #585858. Windows color (decimal): -14585739 or 7696417. OLE color: 7696417.

HSL color Cylindrical-coordinate representation of color #217075: hue angle of 183.57º 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 #217075 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33112117-
CMYK0.720.0400.54
HSL183.57º56%29.41%-
HSV(B)183.57º71.79%45.88%-
XYZ9.6313.218.87-
YUV88.95143.8388.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=12.60%
G=42.75%
B=44.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331121170.720.0400.54183.575629.41
Hex217075484036b8381d
Octal4116016511040662707035
Binary10000111100001110101100100010001101101011100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217075; }

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

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

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

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

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

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

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

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