#3F7299

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

Shades of Lochmara #3F7299

Tints of Lochmara #3F7299

Color information

#3F7299 (or 0x3F7299) is unknown color: approx Lochmara. HEX triplet: 3F, 72 and 99. RGB value is (63,114,153). Sum of RGB (Red+Green+Blue) = 63+114+153=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F7299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7299 is #C08D66. Grayscale: #666666. Windows color (decimal): -12619111 or 10056255. OLE color: 10056255.

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

Color convert

RGB63114153-
CMYK0.590.2500.4
HSL206º41.67%42.35%-
HSV(B)206º58.82%60%-
XYZ13.8215.3932.38-
YUV103.2156.199.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=19.09%
G=34.55%
B=46.36%

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
Decimal631141530.590.2500.420641.6742.35
Hex3F72993B19028ce2a2a
Octal7716223173310503165252
Binary11111111100101001100111101111001010100011001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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