#3C75AA

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

Shades of Lochmara #3C75AA

Tints of Lochmara #3C75AA

Color information

#3C75AA (or 0x3C75AA) is unknown color: approx Lochmara. HEX triplet: 3C, 75 and AA. RGB value is (60,117,170). Sum of RGB (Red+Green+Blue) = 60+117+170=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C75AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C75AA is #C38A55. Grayscale: #696969. Windows color (decimal): -12814934 or 11171132. OLE color: 11171132.

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

Color convert

RGB60117170-
CMYK0.650.3100.33
HSL208.91º47.83%45.1%-
HSV(B)208.91º64.71%66.67%-
XYZ15.4816.5940.42-
YUV106164.1295.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=17.29%
G=33.72%
B=48.99%

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
Decimal601171700.650.3100.33208.9147.8345.1
Hex3C75AA411F021d1302d
Octal74165252101370413216055
Binary111100111010110101010100000111111010000111010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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