#3f73a5

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

Shades of Lochmara #3F73A5

Tints of Lochmara #3F73A5

Color information

#3F73A5 (or 0x3F73A5) is unknown color: approx Lochmara. HEX triplet: 3F, 73 and A5. RGB value is (63,115,165). Sum of RGB (Red+Green+Blue) = 63+115+165=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F73A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F73A5 is #C08C5A. Grayscale: #686868. Windows color (decimal): -12618843 or 10842943. OLE color: 10842943.

HSL color Cylindrical-coordinate representation of color #3F73A5: hue angle of 209.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F73A5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63115165-
CMYK0.620.3000.35
HSL209.41º44.74%44.71%-
HSV(B)209.41º61.82%64.71%-
XYZ14.9716.0337.9-
YUV105.15161.7797.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=18.37%
G=33.53%
B=48.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631151650.620.3000.35209.4144.7444.71
Hex3F73A53E1E023d12d2d
Octal7716324576360433215555
Binary11111111100111010010111111011110010001111010001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f73a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,165); }

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

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

 a { background-color: rgb(63,115,165); }

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

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

 span { border-color: rgb(63,115,165); }

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