#3C759A

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

Shades of Lochmara #3C759A

Tints of Lochmara #3C759A

Color information

#3C759A (or 0x3C759A) is unknown color: approx Lochmara. HEX triplet: 3C, 75 and 9A. RGB value is (60,117,154). Sum of RGB (Red+Green+Blue) = 60+117+154=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C759A is #C38A65. Grayscale: #676767. Windows color (decimal): -12814950 or 10122556. OLE color: 10122556.

HSL color Cylindrical-coordinate representation of color #3C759A: hue angle of 203.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C759A is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB60117154-
CMYK0.610.2400.40
HSL203.62º43.93%41.96%-
HSV(B)203.62º61.04%60.39%-
XYZ14.0616.0232.92-
YUV104.18156.1296.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=18.13%
G=35.35%
B=46.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601171540.610.2400.40203.6243.9341.96
Hex3C759A3D18028cc2c2a
Octal7416523275300503145452
Binary11110011101011001101011110111000010100011001100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,154); }

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

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

 a { background-color: rgb(60,117,154); }

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

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

 span { border-color: rgb(60,117,154); }

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