#3C74A7

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

Shades of Lochmara #3C74A7

Tints of Lochmara #3C74A7

Color information

#3C74A7 (or 0x3C74A7) is unknown color: approx Lochmara. HEX triplet: 3C, 74 and A7. RGB value is (60,116,167). Sum of RGB (Red+Green+Blue) = 60+116+167=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 167 (65.62% from 255 or 48.69% from 343); Max value from RGB is 167 - color contains mainly: blue. Hex color #3C74A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C74A7 is #C38B58. Grayscale: #686868. Windows color (decimal): -12815193 or 10974268. OLE color: 10974268.

HSL color Cylindrical-coordinate representation of color #3C74A7: hue angle of 208.6º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C74A7 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB60116167-
CMYK0.640.3100.35
HSL208.6º47.14%44.51%-
HSV(B)208.6º64.07%65.49%-
XYZ15.0816.2438.9-
YUV105.07162.9595.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 167 (65.62% from 255) = 48.69%
R=17.49%
G=33.82%
B=48.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601161670.640.3100.35208.647.1444.51
Hex3C74A7401F023d12f2d
Octal74164247100370433215755
Binary111100111010010100111100000011111010001111010001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C74A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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