#3C76AA

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

Shades of Lochmara #3C76AA

Tints of Lochmara #3C76AA

Color information

#3C76AA (or 0x3C76AA) is unknown color: approx Lochmara. HEX triplet: 3C, 76 and AA. RGB value is (60,118,170). Sum of RGB (Red+Green+Blue) = 60+118+170=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C76AA is #C38955. Grayscale: #6A6A6A. Windows color (decimal): -12814678 or 11171388. OLE color: 11171388.

HSL color Cylindrical-coordinate representation of color #3C76AA: hue angle of 208.36º 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 #3C76AA is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60118170-
CMYK0.650.3100.33
HSL208.36º47.83%45.1%-
HSV(B)208.36º64.71%66.67%-
XYZ15.616.8240.45-
YUV106.59163.7894.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=17.24%
G=33.91%
B=48.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601181700.650.3100.33208.3647.8345.1
Hex3C76AA411F021d0302d
Octal74166252101370413206055
Binary111100111011010101010100000111111010000111010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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