#227199

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

Shades of Lochmara #227199

Tints of Lochmara #227199

Color information

#227199 (or 0x227199) is unknown color: approx Lochmara. HEX triplet: 22, 71 and 99. RGB value is (34,113,153). Sum of RGB (Red+Green+Blue) = 34+113+153=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #227199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227199 is #DD8E66. Grayscale: #5D5D5D. Windows color (decimal): -14519911 or 10055970. OLE color: 10055970.

HSL color Cylindrical-coordinate representation of color #227199: hue angle of 200.17º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227199 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34113153-
CMYK0.780.2600.4
HSL200.17º63.64%36.67%-
HSV(B)200.17º77.78%60%-
XYZ12.3114.4532.28-
YUV93.94161.3385.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 153 (60.16% from 255) = 51%
R=11.33%
G=37.67%
B=51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341131530.780.2600.4200.1763.6436.67
Hex2271994E1A028c84025
Octal421612311163205031010045
Binary1000101110001100110011001110110100101000110010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227199; }

 p { color: rgb(34,113,153); }

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

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

 a { background-color: rgb(34,113,153); }

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

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

 span { border-color: rgb(34,113,153); }

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