#226D7B

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

Shades of Allports #226D7B

Tints of Allports #226D7B

Color information

#226D7B (or 0x226D7B) is unknown color: approx Allports. HEX triplet: 22, 6D and 7B. RGB value is (34,109,123). Sum of RGB (Red+Green+Blue) = 34+109+123=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #226D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D7B is #DD9284. Grayscale: #585858. Windows color (decimal): -14520965 or 8088866. OLE color: 8088866.

HSL color Cylindrical-coordinate representation of color #226D7B: hue angle of 189.44º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #226D7B is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB34109123-
CMYK0.720.1100.52
HSL189.44º56.69%30.78%-
HSV(B)189.44º72.36%48.24%-
XYZ9.712.7120.68-
YUV88.17147.6589.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.78%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=12.78%
G=40.98%
B=46.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal341091230.720.1100.52189.4456.6930.78
Hex226D7B48B034bd391f
Octal42155173110130642757137
Binary100010110110111110111001000101101101001011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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