#207CAD

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

Shades of Lochmara #207CAD

Tints of Lochmara #207CAD

Color information

#207CAD (or 0x207CAD) is unknown color: approx Lochmara. HEX triplet: 20, 7C and AD. RGB value is (32,124,173). Sum of RGB (Red+Green+Blue) = 32+124+173=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #207CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207CAD is #DF8352. Grayscale: #656565. Windows color (decimal): -14648147 or 11369504. OLE color: 11369504.

HSL color Cylindrical-coordinate representation of color #207CAD: hue angle of 200.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207CAD is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32124173-
CMYK0.820.2800.32
HSL200.85º68.78%40.2%-
HSV(B)200.85º81.5%67.84%-
XYZ15.3517.7442.15-
YUV102.08168.0278.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.73%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=9.73%
G=37.69%
B=52.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321241730.820.2800.32200.8568.7840.2
Hex207CAD521C020c94528
Octal401742551223404031110550
Binary1000001111100101011011010010111000100000110010011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207CAD; }

 p { color: rgb(32,124,173); }

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

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

 a { background-color: rgb(32,124,173); }

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

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

 span { border-color: rgb(32,124,173); }

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