#3C6EA4

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

Shades of Lochmara #3C6EA4

Tints of Lochmara #3C6EA4

Color information

#3C6EA4 (or 0x3C6EA4) is unknown color: approx Lochmara. HEX triplet: 3C, 6E and A4. RGB value is (60,110,164). Sum of RGB (Red+Green+Blue) = 60+110+164=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C6EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6EA4 is #C3915B. Grayscale: #646464. Windows color (decimal): -12816732 or 10776124. OLE color: 10776124.

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

Color convert

RGB60110164-
CMYK0.630.3300.36
HSL211.15º46.43%43.92%-
HSV(B)211.15º63.41%64.31%-
XYZ14.1414.7937.23-
YUV101.21163.4498.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 164 (64.45% from 255) = 49.10%
R=17.96%
G=32.93%
B=49.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601101640.630.3300.36211.1546.4343.92
Hex3C6EA43F21024d32e2c
Octal7415624477410443235654
Binary111100110111010100100111111100001010010011010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,110,164); }

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

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

 a { background-color: rgb(60,110,164); }

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

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

 span { border-color: rgb(60,110,164); }

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