#3B6EA0

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

Shades of Lochmara #3B6EA0

Tints of Lochmara #3B6EA0

Color information

#3B6EA0 (or 0x3B6EA0) is unknown color: approx Lochmara. HEX triplet: 3B, 6E and A0. RGB value is (59,110,160). Sum of RGB (Red+Green+Blue) = 59+110+160=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B6EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6EA0 is #C4915F. Grayscale: #646464. Windows color (decimal): -12882272 or 10513979. OLE color: 10513979.

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

Color convert

RGB59110160-
CMYK0.630.3100.37
HSL209.7º46.12%42.94%-
HSV(B)209.7º63.13%62.75%-
XYZ13.7214.6235.36-
YUV100.45161.698.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.93%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 160 (62.89% from 255) = 48.63%
R=17.93%
G=33.43%
B=48.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal591101600.630.3100.37209.746.1242.94
Hex3B6EA03F1F025d22e2b
Octal7315624077370453225653
Binary11101111011101010000011111111111010010111010010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,160); }

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

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

 a { background-color: rgb(59,110,160); }

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

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

 span { border-color: rgb(59,110,160); }

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