#3A5DB1

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

Shades of Mariner #3A5DB1

Tints of Mariner #3A5DB1

Color information

#3A5DB1 (or 0x3A5DB1) is unknown color: approx Mariner. HEX triplet: 3A, 5D and B1. RGB value is (58,93,177). Sum of RGB (Red+Green+Blue) = 58+93+177=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A5DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5DB1 is #C5A24E. Grayscale: #5B5B5B. Windows color (decimal): -12952143 or 11623738. OLE color: 11623738.

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

Color convert

RGB5893177-
CMYK0.670.4700.31
HSL222.35º50.64%46.08%-
HSV(B)222.35º67.23%69.41%-
XYZ13.611.943.18-
YUV92.11175.9103.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=17.68%
G=28.35%
B=53.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58931770.670.4700.31222.3550.6446.08
Hex3A5DB1432F01Fde332e
Octal72135261103570373366356
Binary111010101110110110001100001110111101111111011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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