#3C6EA2

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

Shades of Lochmara #3C6EA2

Tints of Lochmara #3C6EA2

Color information

#3C6EA2 (or 0x3C6EA2) is unknown color: approx Lochmara. HEX triplet: 3C, 6E and A2. RGB value is (60,110,162). Sum of RGB (Red+Green+Blue) = 60+110+162=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C6EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6EA2 is #C3915D. Grayscale: #646464. Windows color (decimal): -12816734 or 10645052. OLE color: 10645052.

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

Color convert

RGB60110162-
CMYK0.630.3200.36
HSL210.59º45.95%43.53%-
HSV(B)210.59º62.96%63.53%-
XYZ13.9614.7236.29-
YUV100.98162.4498.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.07%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=18.07%
G=33.13%
B=48.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601101620.630.3200.36210.5945.9543.53
Hex3C6EA23F20024d32e2c
Octal7415624277400443235654
Binary111100110111010100010111111100000010010011010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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