#226D71

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

Shades of Atoll #226D71

Tints of Atoll #226D71

Color information

#226D71 (or 0x226D71) is unknown color: approx Atoll. HEX triplet: 22, 6D and 71. RGB value is (34,109,113). Sum of RGB (Red+Green+Blue) = 34+109+113=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #226D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D71 is #DD928E. Grayscale: #565656. Windows color (decimal): -14520975 or 7433506. OLE color: 7433506.

HSL color Cylindrical-coordinate representation of color #226D71: hue angle of 183.04º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226D71 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34109113-
CMYK0.700.0400.56
HSL183.04º53.74%28.82%-
HSV(B)183.04º69.91%44.31%-
XYZ9.1112.4717.55-
YUV87.03142.6590.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=13.28%
G=42.58%
B=44.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341091130.700.0400.56183.0453.7428.82
Hex226D71464038b7361d
Octal4215516110640702676635
Binary10001011011011110001100011010001110001011011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226D71; }

 p { color: rgb(34,109,113); }

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

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

 a { background-color: rgb(34,109,113); }

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

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

 span { border-color: rgb(34,109,113); }

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