#3B5AB0

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

Shades of Mariner #3B5AB0

Tints of Mariner #3B5AB0

Color information

#3B5AB0 (or 0x3B5AB0) is unknown color: approx Mariner. HEX triplet: 3B, 5A and B0. RGB value is (59,90,176). Sum of RGB (Red+Green+Blue) = 59+90+176=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B5AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5AB0 is #C4A54F. Grayscale: #5A5A5A. Windows color (decimal): -12887376 or 11557435. OLE color: 11557435.

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

Color convert

RGB5990176-
CMYK0.660.4900.31
HSL224.1º49.79%46.08%-
HSV(B)224.1º66.48%69.02%-
XYZ13.311.3842.57-
YUV90.54176.23105.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 176 (69.14% from 255) = 54.15%
R=18.15%
G=27.69%
B=54.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59901760.660.4900.31224.149.7946.08
Hex3B5AB0423101Fe0322e
Octal73132260102610373406256
Binary111011101101010110000100001011000101111111100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,90,176); }

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

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

 a { background-color: rgb(59,90,176); }

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

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

 span { border-color: rgb(59,90,176); }

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