#3B759F

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

Shades of Lochmara #3B759F

Tints of Lochmara #3B759F

Color information

#3B759F (or 0x3B759F) is unknown color: approx Lochmara. HEX triplet: 3B, 75 and 9F. RGB value is (59,117,159). Sum of RGB (Red+Green+Blue) = 59+117+159=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B759F is #C48A60. Grayscale: #686868. Windows color (decimal): -12880481 or 10450235. OLE color: 10450235.

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

Color convert

RGB59117159-
CMYK0.630.2600.38
HSL205.2º45.87%42.75%-
HSV(B)205.2º62.89%62.35%-
XYZ14.4216.1635.16-
YUV104.45158.7895.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=17.61%
G=34.93%
B=47.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591171590.630.2600.38205.245.8742.75
Hex3B759F3F1A026cd2e2b
Octal7316523777320463155653
Binary11101111101011001111111111111010010011011001101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,117,159); }

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

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

 a { background-color: rgb(59,117,159); }

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

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

 span { border-color: rgb(59,117,159); }

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