#3C79A2

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

Shades of Lochmara #3C79A2

Tints of Lochmara #3C79A2

Color information

#3C79A2 (or 0x3C79A2) is unknown color: approx Lochmara. HEX triplet: 3C, 79 and A2. RGB value is (60,121,162). Sum of RGB (Red+Green+Blue) = 60+121+162=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C79A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C79A2 is #C3865D. Grayscale: #6B6B6B. Windows color (decimal): -12813918 or 10647868. OLE color: 10647868.

HSL color Cylindrical-coordinate representation of color #3C79A2: hue angle of 204.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C79A2 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60121162-
CMYK0.630.2500.36
HSL204.12º45.95%43.53%-
HSV(B)204.12º62.96%63.53%-
XYZ15.2217.2436.71-
YUV107.44158.7994.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 162 (63.67% from 255) = 47.23%
R=17.49%
G=35.28%
B=47.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601211620.630.2500.36204.1245.9543.53
Hex3C79A23F19024cc2e2c
Octal7417124277310443145654
Binary11110011110011010001011111111001010010011001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C79A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,121,162); }

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

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

 a { background-color: rgb(60,121,162); }

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

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

 span { border-color: rgb(60,121,162); }

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