#3B5F8F

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

Shades of Mariner #3B5F8F

Tints of Mariner #3B5F8F

Color information

#3B5F8F (or 0x3B5F8F) is unknown color: approx Mariner. HEX triplet: 3B, 5F and 8F. RGB value is (59,95,143). Sum of RGB (Red+Green+Blue) = 59+95+143=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B5F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5F8F is #C4A070. Grayscale: #595959. Windows color (decimal): -12886129 or 9396027. OLE color: 9396027.

HSL color Cylindrical-coordinate representation of color #3B5F8F: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B5F8F is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5995143-
CMYK0.590.3400.44
HSL214.29º41.58%39.61%-
HSV(B)214.29º58.74%56.08%-
XYZ10.8511.127.56-
YUV89.71158.07106.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=19.87%
G=31.99%
B=48.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59951430.590.3400.44214.2941.5839.61
Hex3B5F8F3B2202Cd62a28
Octal7313721773420543265250
Binary111011101111110001111111011100010010110011010110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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