#3B6397

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

Shades of Mariner #3B6397

Tints of Mariner #3B6397

Color information

#3B6397 (or 0x3B6397) is unknown color: approx Mariner. HEX triplet: 3B, 63 and 97. RGB value is (59,99,151). Sum of RGB (Red+Green+Blue) = 59+99+151=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B6397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6397 is #C49C68. Grayscale: #5C5C5C. Windows color (decimal): -12885097 or 9921339. OLE color: 9921339.

HSL color Cylindrical-coordinate representation of color #3B6397: hue angle of 213.91º 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 #3B6397 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5999151-
CMYK0.610.3400.41
HSL213.91º43.81%41.18%-
HSV(B)213.91º60.93%59.22%-
XYZ11.8512.0930.99-
YUV92.97160.75103.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=19.09%
G=32.04%
B=48.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59991510.610.3400.41213.9143.8141.18
Hex3B63973D22029d62c29
Octal7314322775420513265451
Binary111011110001110010111111101100010010100111010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,151); }

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

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

 a { background-color: rgb(59,99,151); }

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

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

 span { border-color: rgb(59,99,151); }

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