#3958AD

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

Shades of Mariner #3958AD

Tints of Mariner #3958AD

Color information

#3958AD (or 0x3958AD) is unknown color: approx Mariner. HEX triplet: 39, 58 and AD. RGB value is (57,88,173). Sum of RGB (Red+Green+Blue) = 57+88+173=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #3958AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3958AD is #C6A752. Grayscale: #585858. Windows color (decimal): -13018963 or 11360313. OLE color: 11360313.

HSL color Cylindrical-coordinate representation of color #3958AD: hue angle of 223.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3958AD is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5788173-
CMYK0.670.4900.32
HSL223.97º50.43%45.1%-
HSV(B)223.97º67.05%67.84%-
XYZ12.7210.8740.96-
YUV88.42175.73105.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=17.92%
G=27.67%
B=54.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57881730.670.4900.32223.9750.4345.1
Hex3958AD4331020e0322d
Octal71130255103610403406255
Binary1110011011000101011011000011110001010000011100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3958AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3958AD; }

 p { color: rgb(57,88,173); }

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

<style>
 a { background-color: #3958AD; }

 a { background-color: rgb(57,88,173); }

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

<style>
 span { border-color: #3958AD; }

 span { border-color: rgb(57,88,173); }

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