#3A759B

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

Shades of Lochmara #3A759B

Tints of Lochmara #3A759B

Color information

#3A759B (or 0x3A759B) is unknown color: approx Lochmara. HEX triplet: 3A, 75 and 9B. RGB value is (58,117,155). Sum of RGB (Red+Green+Blue) = 58+117+155=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A759B is #C58A64. Grayscale: #676767. Windows color (decimal): -12946021 or 10188090. OLE color: 10188090.

HSL color Cylindrical-coordinate representation of color #3A759B: hue angle of 203.51º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A759B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58117155-
CMYK0.630.2500.39
HSL203.51º45.54%41.76%-
HSV(B)203.51º62.58%60.78%-
XYZ14.0215.9933.36-
YUV103.69156.9595.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=17.58%
G=35.45%
B=46.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581171550.630.2500.39203.5145.5441.76
Hex3A759B3F19027cc2e2a
Octal7216523377310473145652
Binary11101011101011001101111111111001010011111001100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,155); }

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

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

 a { background-color: rgb(58,117,155); }

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

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

 span { border-color: rgb(58,117,155); }

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