#3E6EA3

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

Shades of Lochmara #3E6EA3

Tints of Lochmara #3E6EA3

Color information

#3E6EA3 (or 0x3E6EA3) is unknown color: approx Lochmara. HEX triplet: 3E, 6E and A3. RGB value is (62,110,163). Sum of RGB (Red+Green+Blue) = 62+110+163=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 163 - color contains mainly: blue. Hex color #3E6EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6EA3 is #C1915C. Grayscale: #656565. Windows color (decimal): -12685661 or 10710590. OLE color: 10710590.

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

Color convert

RGB62110163-
CMYK0.620.3300.36
HSL211.49º44.89%44.12%-
HSV(B)211.49º61.96%63.92%-
XYZ14.1714.8236.76-
YUV101.69162.699.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 163 (64.06% from 255) = 48.66%
R=18.51%
G=32.84%
B=48.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621101630.620.3300.36211.4944.8944.12
Hex3E6EA33E21024d32d2c
Octal7615624376410443235554
Binary111110110111010100011111110100001010010011010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,110,163); }

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

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

 a { background-color: rgb(62,110,163); }

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

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

 span { border-color: rgb(62,110,163); }

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