#207695

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

Shades of Lochmara #207695

Tints of Lochmara #207695

Color information

#207695 (or 0x207695) is unknown color: approx Lochmara. HEX triplet: 20, 76 and 95. RGB value is (32,118,149). Sum of RGB (Red+Green+Blue) = 32+118+149=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #207695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207695 is #DF896A. Grayscale: #5F5F5F. Windows color (decimal): -14649707 or 9795104. OLE color: 9795104.

HSL color Cylindrical-coordinate representation of color #207695: hue angle of 195.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207695 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32118149-
CMYK0.790.2100.42
HSL195.9º64.64%35.49%-
HSV(B)195.9º78.52%58.43%-
XYZ12.515.4330.75-
YUV95.82158.0182.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=10.70%
G=39.46%
B=49.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321181490.790.2100.42195.964.6435.49
Hex2076954F1502Ac44123
Octal401662251172505230410143
Binary1000001110110100101011001111101010101010110001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207695; }

 p { color: rgb(32,118,149); }

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

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

 a { background-color: rgb(32,118,149); }

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

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

 span { border-color: rgb(32,118,149); }

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