#3F769F

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

Shades of Lochmara #3F769F

Tints of Lochmara #3F769F

Color information

#3F769F (or 0x3F769F) is unknown color: approx Lochmara. HEX triplet: 3F, 76 and 9F. RGB value is (63,118,159). Sum of RGB (Red+Green+Blue) = 63+118+159=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F769F is #C08960. Grayscale: #6A6A6A. Windows color (decimal): -12618081 or 10450495. OLE color: 10450495.

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

Color convert

RGB63118159-
CMYK0.600.2600.38
HSL205.62º43.24%43.53%-
HSV(B)205.62º60.38%62.35%-
XYZ14.7916.5235.21-
YUV106.23157.7897.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=18.53%
G=34.71%
B=46.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631181590.600.2600.38205.6243.2443.53
Hex3F769F3C1A026ce2b2c
Octal7716623774320463165354
Binary11111111101101001111111110011010010011011001110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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