#3B6C96

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

Shades of Lochmara #3B6C96

Tints of Lochmara #3B6C96

Color information

#3B6C96 (or 0x3B6C96) is unknown color: approx Lochmara. HEX triplet: 3B, 6C and 96. RGB value is (59,108,150). Sum of RGB (Red+Green+Blue) = 59+108+150=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B6C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6C96 is #C49369. Grayscale: #616161. Windows color (decimal): -12882794 or 9858107. OLE color: 9858107.

HSL color Cylindrical-coordinate representation of color #3B6C96: hue angle of 207.69º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6C96 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB59108150-
CMYK0.610.2800.41
HSL207.69º43.54%40.98%-
HSV(B)207.69º60.67%58.82%-
XYZ12.6713.8630.86-
YUV98.14157.27100.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=18.61%
G=34.07%
B=47.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591081500.610.2800.41207.6943.5440.98
Hex3B6C963D1C029d02c29
Octal7315422675340513205451
Binary11101111011001001011011110111100010100111010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,150); }

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

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

 a { background-color: rgb(59,108,150); }

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

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

 span { border-color: rgb(59,108,150); }

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