#3B7599

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

Shades of Lochmara #3B7599

Tints of Lochmara #3B7599

Color information

#3B7599 (or 0x3B7599) is unknown color: approx Lochmara. HEX triplet: 3B, 75 and 99. RGB value is (59,117,153). Sum of RGB (Red+Green+Blue) = 59+117+153=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B7599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7599 is #C48A66. Grayscale: #676767. Windows color (decimal): -12880487 or 10057019. OLE color: 10057019.

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

Color convert

RGB59117153-
CMYK0.610.2400.4
HSL202.98º44.34%41.57%-
HSV(B)202.98º61.44%60%-
XYZ13.9115.9532.48-
YUV103.76155.7896.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.93%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=17.93%
G=35.56%
B=46.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal591171530.610.2400.4202.9844.3441.57
Hex3B75993D18028cb2c2a
Octal7316523175300503135452
Binary11101111101011001100111110111000010100011001011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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