#207997

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

Shades of Lochmara #207997

Tints of Lochmara #207997

Color information

#207997 (or 0x207997) is unknown color: approx Lochmara. HEX triplet: 20, 79 and 97. RGB value is (32,121,151). Sum of RGB (Red+Green+Blue) = 32+121+151=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #207997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207997 is #DF8668. Grayscale: #616161. Windows color (decimal): -14648937 or 9926944. OLE color: 9926944.

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

Color convert

RGB32121151-
CMYK0.790.2000.41
HSL195.13º65.03%35.88%-
HSV(B)195.13º78.81%59.22%-
XYZ13.0216.2231.72-
YUV97.81158.0181.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=10.53%
G=39.80%
B=49.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal321211510.790.2000.41195.1365.0335.88
Hex2079974F14029c34124
Octal401712271172405130310144
Binary1000001111001100101111001111101000101001110000111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207997; }

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

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

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

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

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

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

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

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