#3B6E9B

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

Shades of Lochmara #3B6E9B

Tints of Lochmara #3B6E9B

Color information

#3B6E9B (or 0x3B6E9B) is unknown color: approx Lochmara. HEX triplet: 3B, 6E and 9B. RGB value is (59,110,155). Sum of RGB (Red+Green+Blue) = 59+110+155=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B6E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6E9B is #C49164. Grayscale: #636363. Windows color (decimal): -12882277 or 10186299. OLE color: 10186299.

HSL color Cylindrical-coordinate representation of color #3B6E9B: hue angle of 208.12º 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 #3B6E9B is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB59110155-
CMYK0.620.2900.39
HSL208.12º44.86%41.96%-
HSV(B)208.12º61.94%60.78%-
XYZ13.314.4533.1-
YUV99.88159.198.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=18.21%
G=33.95%
B=47.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591101550.620.2900.39208.1244.8641.96
Hex3B6E9B3E1D027d02d2a
Octal7315623376350473205552
Binary11101111011101001101111111011101010011111010000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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