#227072

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

Shades of Atoll #227072

Tints of Atoll #227072

Color information

#227072 (or 0x227072) is unknown color: approx Atoll. HEX triplet: 22, 70 and 72. RGB value is (34,112,114). Sum of RGB (Red+Green+Blue) = 34+112+114=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #227072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227072 is #DD8F8D. Grayscale: #585858. Windows color (decimal): -14520206 or 7499810. OLE color: 7499810.

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

Color convert

RGB34112114-
CMYK0.700.0200.55
HSL181.5º54.05%29.02%-
HSV(B)181.5º70.18%44.71%-
XYZ9.4913.1417.96-
YUV88.91142.1688.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=13.08%
G=43.08%
B=43.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341121140.700.0200.55181.554.0529.02
Hex227072462037b6361d
Octal4216016210620672666635
Binary1000101110000111001010001101001101111011011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227072; }

 p { color: rgb(34,112,114); }

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

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

 a { background-color: rgb(34,112,114); }

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

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

 span { border-color: rgb(34,112,114); }

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