#3b6eb2

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

Shades of Lochmara #3B6EB2

Tints of Lochmara #3B6EB2

Color information

#3B6EB2 (or 0x3B6EB2) is unknown color: approx Lochmara. HEX triplet: 3B, 6E and B2. RGB value is (59,110,178). Sum of RGB (Red+Green+Blue) = 59+110+178=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B6EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6EB2 is #C4914D. Grayscale: #666666. Windows color (decimal): -12882254 or 11693627. OLE color: 11693627.

HSL color Cylindrical-coordinate representation of color #3B6EB2: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6EB2 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB59110178-
CMYK0.670.3800.30
HSL214.29º50.21%46.47%-
HSV(B)214.29º66.85%69.8%-
XYZ15.4215.344.26-
YUV102.5170.696.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 178 (69.92% from 255) = 51.30%
R=17.00%
G=31.70%
B=51.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591101780.670.3800.30214.2950.2146.47
Hex3B6EB2432601Ed6322e
Octal73156262103460363266256
Binary111011110111010110010100001110011001111011010110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b6eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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