#217073

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

Shades of Atoll #217073

Tints of Atoll #217073

Color information

#217073 (or 0x217073) is unknown color: approx Atoll. HEX triplet: 21, 70 and 73. RGB value is (33,112,115). Sum of RGB (Red+Green+Blue) = 33+112+115=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #217073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217073 is #DE8F8C. Grayscale: #585858. Windows color (decimal): -14585741 or 7565345. OLE color: 7565345.

HSL color Cylindrical-coordinate representation of color #217073: hue angle of 182.2º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217073 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33112115-
CMYK0.710.0300.55
HSL182.2º55.41%29.02%-
HSV(B)182.2º71.3%45.1%-
XYZ9.5213.1518.26-
YUV88.72142.8388.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=12.69%
G=43.08%
B=44.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331121150.710.0300.55182.255.4129.02
Hex217073473037b6371d
Octal4116016310730672666735
Binary1000011110000111001110001111101101111011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217073; }

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

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

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

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

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

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

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

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