#3B6A9D

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

Shades of Lochmara #3B6A9D

Tints of Lochmara #3B6A9D

Color information

#3B6A9D (or 0x3B6A9D) is unknown color: approx Lochmara. HEX triplet: 3B, 6A and 9D. RGB value is (59,106,157). Sum of RGB (Red+Green+Blue) = 59+106+157=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B6A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6A9D is #C49562. Grayscale: #616161. Windows color (decimal): -12883299 or 10316347. OLE color: 10316347.

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

Color convert

RGB59106157-
CMYK0.620.3200.38
HSL211.22º45.37%42.35%-
HSV(B)211.22º62.42%61.57%-
XYZ13.0413.6733.85-
YUV97.76161.43100.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=18.32%
G=32.92%
B=48.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591061570.620.3200.38211.2245.3742.35
Hex3B6A9D3E20026d32d2a
Octal7315223576400463235552
Binary111011110101010011101111110100000010011011010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,106,157); }

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

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

 a { background-color: rgb(59,106,157); }

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

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

 span { border-color: rgb(59,106,157); }

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