#227197

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

Shades of Lochmara #227197

Tints of Lochmara #227197

Color information

#227197 (or 0x227197) is unknown color: approx Lochmara. HEX triplet: 22, 71 and 97. RGB value is (34,113,151). Sum of RGB (Red+Green+Blue) = 34+113+151=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #227197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227197 is #DD8E68. Grayscale: #5D5D5D. Windows color (decimal): -14519913 or 9924898. OLE color: 9924898.

HSL color Cylindrical-coordinate representation of color #227197: hue angle of 199.49º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227197 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34113151-
CMYK0.770.2500.41
HSL199.49º63.24%36.27%-
HSV(B)199.49º77.48%59.22%-
XYZ12.1514.3831.41-
YUV93.71160.3385.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=11.41%
G=37.92%
B=50.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341131510.770.2500.41199.4963.2436.27
Hex2271974D19029c73f24
Octal42161227115310513077744
Binary100010111000110010111100110111001010100111000111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227197; }

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

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

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

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

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

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

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

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