#226ea9

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

Shades of Lochmara #226EA9

Tints of Lochmara #226EA9

Color information

#226EA9 (or 0x226EA9) is unknown color: approx Lochmara. HEX triplet: 22, 6E and A9. RGB value is (34,110,169). Sum of RGB (Red+Green+Blue) = 34+110+169=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #226EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226EA9 is #DD9156. Grayscale: #5D5D5D. Windows color (decimal): -14520663 or 11103778. OLE color: 11103778.

HSL color Cylindrical-coordinate representation of color #226EA9: hue angle of 206.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226EA9 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB34110169-
CMYK0.800.3500.34
HSL206.22º66.5%39.8%-
HSV(B)206.22º79.88%66.27%-
XYZ13.414.3639.6-
YUV94170.3285.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=10.86%
G=35.14%
B=53.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal341101690.800.3500.34206.2266.539.8
Hex226EA95023022ce4328
Octal421562511204304231610350
Binary10001011011101010100110100001000110100010110011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226ea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,110,169); }

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

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

 a { background-color: rgb(34,110,169); }

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

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

 span { border-color: rgb(34,110,169); }

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