#3F709C

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

Shades of Lochmara #3F709C

Tints of Lochmara #3F709C

Color information

#3F709C (or 0x3F709C) is unknown color: approx Lochmara. HEX triplet: 3F, 70 and 9C. RGB value is (63,112,156). Sum of RGB (Red+Green+Blue) = 63+112+156=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F709C is #C08F63. Grayscale: #666666. Windows color (decimal): -12619620 or 10252351. OLE color: 10252351.

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

Color convert

RGB63112156-
CMYK0.600.2800.39
HSL208.39º42.47%42.94%-
HSV(B)208.39º59.62%61.18%-
XYZ13.8415.0533.63-
YUV102.36158.2799.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=19.03%
G=33.84%
B=47.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631121560.600.2800.39208.3942.4742.94
Hex3F709C3C1C027d02a2b
Octal7716023474340473205253
Binary11111111100001001110011110011100010011111010000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,156); }

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

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

 a { background-color: rgb(63,112,156); }

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

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

 span { border-color: rgb(63,112,156); }

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