#227073

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

Shades of Atoll #227073

Tints of Atoll #227073

Color information

#227073 (or 0x227073) is unknown color: approx Atoll. HEX triplet: 22, 70 and 73. RGB value is (34,112,115). Sum of RGB (Red+Green+Blue) = 34+112+115=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #227073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227073 is #DD8F8C. Grayscale: #585858. Windows color (decimal): -14520205 or 7565346. OLE color: 7565346.

HSL color Cylindrical-coordinate representation of color #227073: hue angle of 182.22º 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 #227073 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB34112115-
CMYK0.700.0300.55
HSL182.22º54.36%29.22%-
HSV(B)182.22º70.43%45.1%-
XYZ9.5513.1718.26-
YUV89.02142.6688.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=13.03%
G=42.91%
B=44.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341121150.700.0300.55182.2254.3629.22
Hex227073463037b6361d
Octal4216016310630672666635
Binary1000101110000111001110001101101101111011011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227073; }

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

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

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

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

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

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

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

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