#3B5AB1

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

Shades of Mariner #3B5AB1

Tints of Mariner #3B5AB1

Color information

#3B5AB1 (or 0x3B5AB1) is unknown color: approx Mariner. HEX triplet: 3B, 5A and B1. RGB value is (59,90,177). Sum of RGB (Red+Green+Blue) = 59+90+177=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B5AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5AB1 is #C4A54E. Grayscale: #5A5A5A. Windows color (decimal): -12887375 or 11622971. OLE color: 11622971.

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

Color convert

RGB5990177-
CMYK0.670.4900.31
HSL224.24º50%46.27%-
HSV(B)224.24º66.67%69.41%-
XYZ13.411.4243.09-
YUV90.65176.73105.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=18.10%
G=27.61%
B=54.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59901770.670.4900.31224.245046.27
Hex3B5AB1433101Fe0322e
Octal73132261103610373406256
Binary111011101101010110001100001111000101111111100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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