#3F749C

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

Shades of Lochmara #3F749C

Tints of Lochmara #3F749C

Color information

#3F749C (or 0x3F749C) is unknown color: approx Lochmara. HEX triplet: 3F, 74 and 9C. RGB value is (63,116,156). Sum of RGB (Red+Green+Blue) = 63+116+156=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F749C is #C08B63. Grayscale: #686868. Windows color (decimal): -12618596 or 10253375. OLE color: 10253375.

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

Color convert

RGB63116156-
CMYK0.600.2600.39
HSL205.81º42.47%42.94%-
HSV(B)205.81º59.62%61.18%-
XYZ14.315.9533.78-
YUV104.71156.9498.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=18.81%
G=34.63%
B=46.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631161560.600.2600.39205.8142.4742.94
Hex3F749C3C1A027ce2a2b
Octal7716423474320473165253
Binary11111111101001001110011110011010010011111001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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