#3C70B1

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

Shades of Lochmara #3C70B1

Tints of Lochmara #3C70B1

Color information

#3C70B1 (or 0x3C70B1) is unknown color: approx Lochmara. HEX triplet: 3C, 70 and B1. RGB value is (60,112,177). Sum of RGB (Red+Green+Blue) = 60+112+177=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C70B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C70B1 is #C38F4E. Grayscale: #676767. Windows color (decimal): -12816207 or 11628604. OLE color: 11628604.

HSL color Cylindrical-coordinate representation of color #3C70B1: hue angle of 213.33º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C70B1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60112177-
CMYK0.660.3700.31
HSL213.33º49.37%46.47%-
HSV(B)213.33º66.1%69.41%-
XYZ15.5915.7243.81-
YUV103.86169.2796.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.19%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=17.19%
G=32.09%
B=50.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601121770.660.3700.31213.3349.3746.47
Hex3C70B1422501Fd5312e
Octal74160261102450373256156
Binary111100111000010110001100001010010101111111010101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,177); }

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

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

 a { background-color: rgb(60,112,177); }

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

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

 span { border-color: rgb(60,112,177); }

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