#3B5F9F

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

Shades of Mariner #3B5F9F

Tints of Mariner #3B5F9F

Color information

#3B5F9F (or 0x3B5F9F) is unknown color: approx Mariner. HEX triplet: 3B, 5F and 9F. RGB value is (59,95,159). Sum of RGB (Red+Green+Blue) = 59+95+159=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B5F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F9F is #C4A060. Grayscale: #5B5B5B. Windows color (decimal): -12886113 or 10444603. OLE color: 10444603.

HSL color Cylindrical-coordinate representation of color #3B5F9F: hue angle of 218.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B5F9F is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5995159-
CMYK0.630.4000.38
HSL218.4º45.87%42.75%-
HSV(B)218.4º62.89%62.35%-
XYZ12.1511.6234.4-
YUV91.53166.07104.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=18.85%
G=30.35%
B=50.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59951590.630.4000.38218.445.8742.75
Hex3B5F9F3F28026da2e2b
Octal7313723777500463325653
Binary111011101111110011111111111101000010011011011010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,95,159); }

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

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

 a { background-color: rgb(59,95,159); }

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

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

 span { border-color: rgb(59,95,159); }

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