#226EA2

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

Shades of Lochmara #226EA2

Tints of Lochmara #226EA2

Color information

#226EA2 (or 0x226EA2) is unknown color: approx Lochmara. HEX triplet: 22, 6E and A2. RGB value is (34,110,162). Sum of RGB (Red+Green+Blue) = 34+110+162=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #226EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226EA2 is #DD915D. Grayscale: #5C5C5C. Windows color (decimal): -14520670 or 10645026. OLE color: 10645026.

HSL color Cylindrical-coordinate representation of color #226EA2: hue angle of 204.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #226EA2 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB34110162-
CMYK0.790.3200.36
HSL204.38º65.31%38.43%-
HSV(B)204.38º79.01%63.53%-
XYZ12.7614.136.23-
YUV93.2166.8285.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=11.11%
G=35.95%
B=52.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal341101620.790.3200.36204.3865.3138.43
Hex226EA24F20024cc4126
Octal421562421174004431410146
Binary10001011011101010001010011111000000100100110011001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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