#3C7499

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

Shades of Lochmara #3C7499

Tints of Lochmara #3C7499

Color information

#3C7499 (or 0x3C7499) is unknown color: approx Lochmara. HEX triplet: 3C, 74 and 99. RGB value is (60,116,153). Sum of RGB (Red+Green+Blue) = 60+116+153=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C7499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7499 is #C38B66. Grayscale: #676767. Windows color (decimal): -12815207 or 10056764. OLE color: 10056764.

HSL color Cylindrical-coordinate representation of color #3C7499: hue angle of 203.87º 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 #3C7499 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB60116153-
CMYK0.610.2400.4
HSL203.87º43.66%41.76%-
HSV(B)203.87º60.78%60%-
XYZ13.8615.7532.45-
YUV103.47155.9596.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=18.24%
G=35.26%
B=46.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal601161530.610.2400.4203.8743.6641.76
Hex3C74993D18028cc2c2a
Octal7416423175300503145452
Binary11110011101001001100111110111000010100011001100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,153); }

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

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

 a { background-color: rgb(60,116,153); }

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

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

 span { border-color: rgb(60,116,153); }

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