#3F79A4

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

Shades of Lochmara #3F79A4

Tints of Lochmara #3F79A4

Color information

#3F79A4 (or 0x3F79A4) is unknown color: approx Lochmara. HEX triplet: 3F, 79 and A4. RGB value is (63,121,164). Sum of RGB (Red+Green+Blue) = 63+121+164=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #3F79A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F79A4 is #C0865B. Grayscale: #6C6C6C. Windows color (decimal): -12617308 or 10778943. OLE color: 10778943.

HSL color Cylindrical-coordinate representation of color #3F79A4: hue angle of 205.54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F79A4 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB63121164-
CMYK0.620.2600.36
HSL205.54º44.49%44.51%-
HSV(B)205.54º61.59%64.31%-
XYZ15.5917.4137.66-
YUV108.56159.2895.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.10%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=18.10%
G=34.77%
B=47.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631211640.620.2600.36205.5444.4944.51
Hex3F79A43E1A024ce2c2d
Octal7717124476320443165455
Binary11111111110011010010011111011010010010011001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,121,164); }

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

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

 a { background-color: rgb(63,121,164); }

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

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

 span { border-color: rgb(63,121,164); }

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