#3953A5

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

Shades of Mariner #3953A5

Tints of Mariner #3953A5

Color information

#3953A5 (or 0x3953A5) is unknown color: approx Mariner. HEX triplet: 39, 53 and A5. RGB value is (57,83,165). Sum of RGB (Red+Green+Blue) = 57+83+165=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #3953A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3953A5 is #C6AC5A. Grayscale: #545454. Windows color (decimal): -13020251 or 10834745. OLE color: 10834745.

HSL color Cylindrical-coordinate representation of color #3953A5: hue angle of 225.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3953A5 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5783165-
CMYK0.650.5000.35
HSL225.56º48.65%43.53%-
HSV(B)225.56º65.45%64.71%-
XYZ11.579.7736.87-
YUV84.57173.39108.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 165 (64.84% from 255) = 54.10%
R=18.69%
G=27.21%
B=54.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57831650.650.5000.35225.5648.6543.53
Hex3953A54132023e2312c
Octal71123245101620433426154
Binary1110011010011101001011000001110010010001111100010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3953A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3953A5; }

 p { color: rgb(57,83,165); }

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

<style>
 a { background-color: #3953A5; }

 a { background-color: rgb(57,83,165); }

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

<style>
 span { border-color: #3953A5; }

 span { border-color: rgb(57,83,165); }

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