#207299

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

Shades of Lochmara #207299

Tints of Lochmara #207299

Color information

#207299 (or 0x207299) is unknown color: approx Lochmara. HEX triplet: 20, 72 and 99. RGB value is (32,114,153). Sum of RGB (Red+Green+Blue) = 32+114+153=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #207299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207299 is #DF8D66. Grayscale: #5D5D5D. Windows color (decimal): -14650727 or 10056224. OLE color: 10056224.

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

Color convert

RGB32114153-
CMYK0.790.2500.4
HSL199.34º65.41%36.27%-
HSV(B)199.34º79.08%60%-
XYZ12.3614.6432.31-
YUV93.93161.3383.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=10.70%
G=38.13%
B=51.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal321141530.790.2500.4199.3465.4136.27
Hex2072994F19028c74124
Octal401622311173105030710144
Binary1000001110010100110011001111110010101000110001111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207299; }

 p { color: rgb(32,114,153); }

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

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

 a { background-color: rgb(32,114,153); }

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

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

 span { border-color: rgb(32,114,153); }

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