#3B6B9B

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

Shades of Lochmara #3B6B9B

Tints of Lochmara #3B6B9B

Color information

#3B6B9B (or 0x3B6B9B) is unknown color: approx Lochmara. HEX triplet: 3B, 6B and 9B. RGB value is (59,107,155). Sum of RGB (Red+Green+Blue) = 59+107+155=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B6B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6B9B is #C49464. Grayscale: #616161. Windows color (decimal): -12883045 or 10185531. OLE color: 10185531.

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

Color convert

RGB59107155-
CMYK0.620.3100.39
HSL210º44.86%41.96%-
HSV(B)210º61.94%60.78%-
XYZ12.9813.8132.99-
YUV98.12160.1100.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=18.38%
G=33.33%
B=48.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591071550.620.3100.3921044.8641.96
Hex3B6B9B3E1F027d22d2a
Octal7315323376370473225552
Binary11101111010111001101111111011111010011111010010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,107,155); }

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

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

 a { background-color: rgb(59,107,155); }

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

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

 span { border-color: rgb(59,107,155); }

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