#3870B4

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

Shades of Lochmara #3870B4

Tints of Lochmara #3870B4

Color information

#3870B4 (or 0x3870B4) is unknown color: approx Lochmara. HEX triplet: 38, 70 and B4. RGB value is (56,112,180). Sum of RGB (Red+Green+Blue) = 56+112+180=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #3870B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870B4 is #C78F4B. Grayscale: #666666. Windows color (decimal): -13078348 or 11825208. OLE color: 11825208.

HSL color Cylindrical-coordinate representation of color #3870B4: hue angle of 212.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3870B4 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56112180-
CMYK0.690.3800.29
HSL212.9º52.54%46.27%-
HSV(B)212.9º68.89%70.59%-
XYZ15.6615.7245.39-
YUV103.01171.4594.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 180 (70.70% from 255) = 51.72%
R=16.09%
G=32.18%
B=51.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561121800.690.3800.29212.952.5446.27
Hex3870B4452601Dd5352e
Octal70160264105460353256556
Binary111000111000010110100100010110011001110111010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3870B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3870B4; }

 p { color: rgb(56,112,180); }

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

<style>
 a { background-color: #3870B4; }

 a { background-color: rgb(56,112,180); }

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

<style>
 span { border-color: #3870B4; }

 span { border-color: rgb(56,112,180); }

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