#3E769B

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

Shades of Lochmara #3E769B

Tints of Lochmara #3E769B

Color information

#3E769B (or 0x3E769B) is unknown color: approx Lochmara. HEX triplet: 3E, 76 and 9B. RGB value is (62,118,155). Sum of RGB (Red+Green+Blue) = 62+118+155=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E769B is #C18964. Grayscale: #696969. Windows color (decimal): -12683621 or 10188350. OLE color: 10188350.

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

Color convert

RGB62118155-
CMYK0.60.2400.39
HSL203.87º42.86%42.55%-
HSV(B)203.87º60%60.78%-
XYZ14.3816.3533.41-
YUV105.47155.9596.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=18.51%
G=35.22%
B=46.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal621181550.60.2400.39203.8742.8642.55
Hex3E769B3C18027cc2b2b
Octal7616623374300473145353
Binary11111011101101001101111110011000010011111001100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,155); }

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

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

 a { background-color: rgb(62,118,155); }

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

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

 span { border-color: rgb(62,118,155); }

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