#3F7199

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

Shades of Lochmara #3F7199

Tints of Lochmara #3F7199

Color information

#3F7199 (or 0x3F7199) is unknown color: approx Lochmara. HEX triplet: 3F, 71 and 99. RGB value is (63,113,153). Sum of RGB (Red+Green+Blue) = 63+113+153=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F7199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7199 is #C08E66. Grayscale: #666666. Windows color (decimal): -12619367 or 10055999. OLE color: 10055999.

HSL color Cylindrical-coordinate representation of color #3F7199: hue angle of 206.67º 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 #3F7199 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB63113153-
CMYK0.590.2600.4
HSL206.67º41.67%42.35%-
HSV(B)206.67º58.82%60%-
XYZ13.715.1732.34-
YUV102.61156.4499.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=19.15%
G=34.35%
B=46.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631131530.590.2600.4206.6741.6742.35
Hex3F71993B1A028cf2a2a
Octal7716123173320503175252
Binary11111111100011001100111101111010010100011001111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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