#3C74AA

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

Shades of Lochmara #3C74AA

Tints of Lochmara #3C74AA

Color information

#3C74AA (or 0x3C74AA) is unknown color: approx Lochmara. HEX triplet: 3C, 74 and AA. RGB value is (60,116,170). Sum of RGB (Red+Green+Blue) = 60+116+170=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C74AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C74AA is #C38B55. Grayscale: #696969. Windows color (decimal): -12815190 or 11170876. OLE color: 11170876.

HSL color Cylindrical-coordinate representation of color #3C74AA: hue angle of 209.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C74AA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60116170-
CMYK0.650.3200.33
HSL209.45º47.83%45.1%-
HSV(B)209.45º64.71%66.67%-
XYZ15.3616.3540.38-
YUV105.41164.4595.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=17.34%
G=33.53%
B=49.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601161700.650.3200.33209.4547.8345.1
Hex3C74AA4120021d1302d
Octal74164252101400413216055
Binary1111001110100101010101000001100000010000111010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C74AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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