#3A60B1

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

Shades of Mariner #3A60B1

Tints of Mariner #3A60B1

Color information

#3A60B1 (or 0x3A60B1) is unknown color: approx Mariner. HEX triplet: 3A, 60 and B1. RGB value is (58,96,177). Sum of RGB (Red+Green+Blue) = 58+96+177=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A60B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A60B1 is #C59F4E. Grayscale: #5D5D5D. Windows color (decimal): -12951375 or 11624506. OLE color: 11624506.

HSL color Cylindrical-coordinate representation of color #3A60B1: hue angle of 220.84º degrees, saturation: 0.51, 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 #3A60B1 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5896177-
CMYK0.670.4600.31
HSL220.84º50.64%46.08%-
HSV(B)220.84º67.23%69.41%-
XYZ13.8612.4443.27-
YUV93.87174.91102.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=17.52%
G=29.00%
B=53.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58961770.670.4600.31220.8450.6446.08
Hex3A60B1432E01Fdd332e
Octal72140261103560373356356
Binary111010110000010110001100001110111001111111011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,96,177); }

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

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

 a { background-color: rgb(58,96,177); }

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

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

 span { border-color: rgb(58,96,177); }

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