#227AA9

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

Shades of Lochmara #227AA9

Tints of Lochmara #227AA9

Color information

#227AA9 (or 0x227AA9) is unknown color: approx Lochmara. HEX triplet: 22, 7A and A9. RGB value is (34,122,169). Sum of RGB (Red+Green+Blue) = 34+122+169=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #227AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227AA9 is #DD8556. Grayscale: #646464. Windows color (decimal): -14517591 or 11106850. OLE color: 11106850.

HSL color Cylindrical-coordinate representation of color #227AA9: hue angle of 200.89º 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 #227AA9 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB34122169-
CMYK0.800.2800.34
HSL200.89º66.5%39.8%-
HSV(B)200.89º79.88%66.27%-
XYZ14.7817.1240.06-
YUV101.05166.3580.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 169 (66.41% from 255) = 52%
R=10.46%
G=37.54%
B=52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal341221690.800.2800.34200.8966.539.8
Hex227AA9501C022c94328
Octal421722511203404231110350
Binary1000101111010101010011010000111000100010110010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227AA9; }

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

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

<style>
 a { background-color: #227AA9; }

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

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

<style>
 span { border-color: #227AA9; }

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

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