#3B5EAD

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

Shades of Mariner #3B5EAD

Tints of Mariner #3B5EAD

Color information

#3B5EAD (or 0x3B5EAD) is unknown color: approx Mariner. HEX triplet: 3B, 5E and AD. RGB value is (59,94,173). Sum of RGB (Red+Green+Blue) = 59+94+173=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5EAD is #C4A152. Grayscale: #5C5C5C. Windows color (decimal): -12886355 or 11361851. OLE color: 11361851.

HSL color Cylindrical-coordinate representation of color #3B5EAD: hue angle of 221.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B5EAD is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5994173-
CMYK0.660.4600.32
HSL221.58º49.14%45.49%-
HSV(B)221.58º65.9%67.84%-
XYZ13.3511.9541.14-
YUV92.54173.4104.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=18.10%
G=28.83%
B=53.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59941730.660.4600.32221.5849.1445.49
Hex3B5EAD422E020de312d
Octal73136255102560403366155
Binary1110111011110101011011000010101110010000011011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,94,173); }

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

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

 a { background-color: rgb(59,94,173); }

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

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

 span { border-color: rgb(59,94,173); }

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