#3C739F

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

Shades of Lochmara #3C739F

Tints of Lochmara #3C739F

Color information

#3C739F (or 0x3C739F) is unknown color: approx Lochmara. HEX triplet: 3C, 73 and 9F. RGB value is (60,115,159). Sum of RGB (Red+Green+Blue) = 60+115+159=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C739F is #C38C60. Grayscale: #676767. Windows color (decimal): -12815457 or 10449724. OLE color: 10449724.

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

Color convert

RGB60115159-
CMYK0.620.2800.38
HSL206.67º45.21%42.94%-
HSV(B)206.67º62.26%62.35%-
XYZ14.2515.7335.09-
YUV103.57159.2896.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=17.96%
G=34.43%
B=47.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601151590.620.2800.38206.6745.2142.94
Hex3C739F3E1C026cf2d2b
Octal7416323776340463175553
Binary11110011100111001111111111011100010011011001111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,159); }

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

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

 a { background-color: rgb(60,115,159); }

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

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

 span { border-color: rgb(60,115,159); }

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