#3E7BA1

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

Shades of Lochmara #3E7BA1

Tints of Lochmara #3E7BA1

Color information

#3E7BA1 (or 0x3E7BA1) is unknown color: approx Lochmara. HEX triplet: 3E, 7B and A1. RGB value is (62,123,161). Sum of RGB (Red+Green+Blue) = 62+123+161=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #3E7BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BA1 is #C1845E. Grayscale: #6C6C6C. Windows color (decimal): -12682335 or 10582846. OLE color: 10582846.

HSL color Cylindrical-coordinate representation of color #3E7BA1: hue angle of 203.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E7BA1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB62123161-
CMYK0.610.2400.37
HSL203.03º44.39%43.73%-
HSV(B)203.03º61.49%63.14%-
XYZ15.517.7636.33-
YUV109.09157.2994.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 161 (63.28% from 255) = 46.53%
R=17.92%
G=35.55%
B=46.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621231610.610.2400.37203.0344.3943.73
Hex3E7BA13D18025cb2c2c
Octal7617324175300453135454
Binary11111011110111010000111110111000010010111001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,161); }

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

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

 a { background-color: rgb(62,123,161); }

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

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

 span { border-color: rgb(62,123,161); }

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