#3F729F

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

Shades of Lochmara #3F729F

Tints of Lochmara #3F729F

Color information

#3F729F (or 0x3F729F) is unknown color: approx Lochmara. HEX triplet: 3F, 72 and 9F. RGB value is (63,114,159). Sum of RGB (Red+Green+Blue) = 63+114+159=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F729F is #C08D60. Grayscale: #676767. Windows color (decimal): -12619105 or 10449471. OLE color: 10449471.

HSL color Cylindrical-coordinate representation of color #3F729F: hue angle of 208.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F729F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63114159-
CMYK0.600.2800.38
HSL208.12º43.24%43.53%-
HSV(B)208.12º60.38%62.35%-
XYZ14.3315.5935.06-
YUV103.88159.198.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=18.75%
G=33.93%
B=47.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631141590.600.2800.38208.1243.2443.53
Hex3F729F3C1C026d02b2c
Octal7716223774340463205354
Binary11111111100101001111111110011100010011011010000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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