Html Css Color HEX #3956AD Mariner

📋 copy color: '#3956AD'

red 57 ◦ green 86 ◦ blue 173

#3956AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3956AD

Tints of Mariner #3956AD

RGB

 RED value IS 57 (22.66% from 255) = 18.04%

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 18.04%
G = 27.22%
B = 54.75%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3956AD (or 0x3956AD) is known color: Mariner. HEX triplet: 39, 56 and AD. RGB value is (57,86,173). Sum of RGB (Red+Green+Blue) = 57+86+173=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #3956AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3956AD is #C6A952. Grayscale: #565656. Windows color (decimal): -13019475 or 11359801. OLE color: 11359801.

HSL color Cylindrical-coordinate representation of color #3956AD: hue angle of 225º 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 #3956AD is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 86 173 -
CMYK 0.67 0.50 0 0.32
HSL 225º 0.5% 0.45% -
HSV(B) 225º 0.67% 0.68% -
XYZ 12.56 10.54 40.91 -
YUV 87.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 57 86 173 0.67 0.50 0 0.32 225 0.5 0.45
Hex 39 56 AD 43 32 0 20 E1 32 2D
Octal 71 126 255 103 62 0 40 341 62 55
Binary 111001 1010110 10101101 1000011 110010 0 100000 11100001 110010 101101

Color Harmonies of #3956AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3956AD

Black with #3956AD

Text Example


Text Example

White with #3956AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3956AD;
 }
 .AnyTagClassName
 {
   color: #3956AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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