#3C7498

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

Shades of Lochmara #3C7498

Tints of Lochmara #3C7498

Color information

#3C7498 (or 0x3C7498) is unknown color: approx Lochmara. HEX triplet: 3C, 74 and 98. RGB value is (60,116,152). Sum of RGB (Red+Green+Blue) = 60+116+152=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C7498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7498 is #C38B67. Grayscale: #676767. Windows color (decimal): -12815208 or 9991228. OLE color: 9991228.

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

Color convert

RGB60116152-
CMYK0.610.2400.40
HSL203.48º43.4%41.57%-
HSV(B)203.48º60.53%59.61%-
XYZ13.7815.7232.01-
YUV103.36155.4597.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=18.29%
G=35.37%
B=46.34%

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
Decimal601161520.610.2400.40203.4843.441.57
Hex3C74983D18028cb2b2a
Octal7416423075300503135352
Binary11110011101001001100011110111000010100011001011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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