#3F7399

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

Shades of Lochmara #3F7399

Tints of Lochmara #3F7399

Color information

#3F7399 (or 0x3F7399) is unknown color: approx Lochmara. HEX triplet: 3F, 73 and 99. RGB value is (63,115,153). Sum of RGB (Red+Green+Blue) = 63+115+153=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7399 is #C08C66. Grayscale: #676767. Windows color (decimal): -12618855 or 10056511. OLE color: 10056511.

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

Color convert

RGB63115153-
CMYK0.590.2500.4
HSL205.33º41.67%42.35%-
HSV(B)205.33º58.82%60%-
XYZ13.9315.6232.42-
YUV103.78155.7798.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=19.03%
G=34.74%
B=46.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631151530.590.2500.4205.3341.6742.35
Hex3F73993B19028cd2a2a
Octal7716323173310503155252
Binary11111111100111001100111101111001010100011001101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7399; }

 p { color: rgb(63,115,153); }

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

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

 a { background-color: rgb(63,115,153); }

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

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

 span { border-color: rgb(63,115,153); }

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