#227997

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

Shades of Lochmara #227997

Tints of Lochmara #227997

Color information

#227997 (or 0x227997) is unknown color: approx Lochmara. HEX triplet: 22, 79 and 97. RGB value is (34,121,151). Sum of RGB (Red+Green+Blue) = 34+121+151=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #227997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227997 is #DD8668. Grayscale: #626262. Windows color (decimal): -14517865 or 9926946. OLE color: 9926946.

HSL color Cylindrical-coordinate representation of color #227997: hue angle of 195.38º 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 #227997 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB34121151-
CMYK0.770.2000.41
HSL195.38º63.24%36.27%-
HSV(B)195.38º77.48%59.22%-
XYZ13.0816.2531.73-
YUV98.41157.6882.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=11.11%
G=39.54%
B=49.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341211510.770.2000.41195.3863.2436.27
Hex2279974D14029c33f24
Octal42171227115240513037744
Binary100010111100110010111100110110100010100111000011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227997; }

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

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

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

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

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

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

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

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