#3E6D9E

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

Shades of Lochmara #3E6D9E

Tints of Lochmara #3E6D9E

Color information

#3E6D9E (or 0x3E6D9E) is unknown color: approx Lochmara. HEX triplet: 3E, 6D and 9E. RGB value is (62,109,158). Sum of RGB (Red+Green+Blue) = 62+109+158=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E6D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6D9E is #C19261. Grayscale: #646464. Windows color (decimal): -12685922 or 10382654. OLE color: 10382654.

HSL color Cylindrical-coordinate representation of color #3E6D9E: hue angle of 210.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E6D9E is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB62109158-
CMYK0.610.3100.38
HSL210.62º43.64%43.14%-
HSV(B)210.62º60.76%61.96%-
XYZ13.6314.4334.41-
YUV100.53160.43100.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.84%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=18.84%
G=33.13%
B=48.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal621091580.610.3100.38210.6243.6443.14
Hex3E6D9E3D1F026d32c2b
Octal7615523675370463235453
Binary11111011011011001111011110111111010011011010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,109,158); }

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

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

 a { background-color: rgb(62,109,158); }

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

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

 span { border-color: rgb(62,109,158); }

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