#3F70AA

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

Shades of Lochmara #3F70AA

Tints of Lochmara #3F70AA

Color information

#3F70AA (or 0x3F70AA) is unknown color: approx Lochmara. HEX triplet: 3F, 70 and AA. RGB value is (63,112,170). Sum of RGB (Red+Green+Blue) = 63+112+170=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F70AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F70AA is #C08F55. Grayscale: #676767. Windows color (decimal): -12619606 or 11169855. OLE color: 11169855.

HSL color Cylindrical-coordinate representation of color #3F70AA: hue angle of 212.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F70AA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63112170-
CMYK0.630.3400.33
HSL212.52º45.92%45.69%-
HSV(B)212.52º62.94%66.67%-
XYZ15.115.5540.24-
YUV103.96165.2798.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=18.26%
G=32.46%
B=49.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631121700.630.3400.33212.5245.9245.69
Hex3F70AA3F22021d52e2e
Octal7716025277420413255656
Binary111111111000010101010111111100010010000111010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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