#3B5EB2

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

Shades of Mariner #3B5EB2

Tints of Mariner #3B5EB2

Color information

#3B5EB2 (or 0x3B5EB2) is unknown color: approx Mariner. HEX triplet: 3B, 5E and B2. RGB value is (59,94,178). Sum of RGB (Red+Green+Blue) = 59+94+178=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 178 (69.92% from 255 or 53.78% from 331); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B5EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5EB2 is #C4A14D. Grayscale: #5C5C5C. Windows color (decimal): -12886350 or 11689531. OLE color: 11689531.

HSL color Cylindrical-coordinate representation of color #3B5EB2: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B5EB2 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5994178-
CMYK0.670.4700.30
HSL222.35º50.21%46.47%-
HSV(B)222.35º66.85%69.8%-
XYZ13.8412.1543.74-
YUV93.11175.9103.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 178 (69.92% from 255) = 53.78%
R=17.82%
G=28.40%
B=53.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal59941780.670.4700.30222.3550.2146.47
Hex3B5EB2432F01Ede322e
Octal73136262103570363366256
Binary111011101111010110010100001110111101111011011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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