#225EA1

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

Shades of Lochmara #225EA1

Tints of Lochmara #225EA1

Color information

#225EA1 (or 0x225EA1) is unknown color: approx Lochmara. HEX triplet: 22, 5E and A1. RGB value is (34,94,161). Sum of RGB (Red+Green+Blue) = 34+94+161=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #225EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225EA1 is #DDA15E. Grayscale: #535353. Windows color (decimal): -14524767 or 10575394. OLE color: 10575394.

HSL color Cylindrical-coordinate representation of color #225EA1: hue angle of 211.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225EA1 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3494161-
CMYK0.790.4200.37
HSL211.65º65.13%38.24%-
HSV(B)211.65º78.88%63.14%-
XYZ11.110.9235.24-
YUV83.7171.6292.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=11.76%
G=32.53%
B=55.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34941610.790.4200.37211.6565.1338.24
Hex225EA14F2A025d44126
Octal421362411175204532410146
Binary10001010111101010000110011111010100100101110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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