Html Css Color HEX #3956AB Mariner

📋 copy color: '#3956AB'

red 57 ◦ green 86 ◦ blue 171

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

Shades of Mariner #3956AB

Tints of Mariner #3956AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 18.15%
G = 27.39%
B = 54.46%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3956AB (or 0x3956AB) is known color: Mariner. HEX triplet: 39, 56 and AB. RGB value is (57,86,171). Sum of RGB (Red+Green+Blue) = 57+86+171=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #3956AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3956AB is #C6A954. Grayscale: #565656. Windows color (decimal): -13019477 or 11228729. OLE color: 11228729.

HSL color Cylindrical-coordinate representation of color #3956AB: hue angle of 224.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3956AB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 86 171 -
CMYK 0.67 0.50 0 0.33
HSL 224.74º 0.5% 0.45% -
HSV(B) 224.74º 0.67% 0.67% -
XYZ 12.37 10.47 39.9 -
YUV 87.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 57 86 171 0.67 0.50 0 0.33 224.74 0.5 0.45
Hex 39 56 AB 43 32 0 21 E1 32 2D
Octal 71 126 253 103 62 0 41 341 62 55
Binary 111001 1010110 10101011 1000011 110010 0 100001 11100001 110010 101101

Color Harmonies of #3956AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3956AB

Black with #3956AB

Text Example


Text Example

White with #3956AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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