#225EA2

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

Shades of Lochmara #225EA2

Tints of Lochmara #225EA2

Color information

#225EA2 (or 0x225EA2) is unknown color: approx Lochmara. HEX triplet: 22, 5E and A2. RGB value is (34,94,162). Sum of RGB (Red+Green+Blue) = 34+94+162=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #225EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225EA2 is #DDA15D. Grayscale: #535353. Windows color (decimal): -14524766 or 10640930. OLE color: 10640930.

HSL color Cylindrical-coordinate representation of color #225EA2: hue angle of 211.88º 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 #225EA2 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3494162-
CMYK0.790.4200.36
HSL211.88º65.31%38.43%-
HSV(B)211.88º79.01%63.53%-
XYZ11.1810.9535.71-
YUV83.81172.1292.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.72%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=11.72%
G=32.41%
B=55.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34941620.790.4200.36211.8865.3138.43
Hex225EA24F2A024d44126
Octal421362421175204432410146
Binary10001010111101010001010011111010100100100110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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