Html Css Color HEX #3960AA Mariner

📋 copy color: '#3960AA'

red 57 ◦ green 96 ◦ blue 170

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

Shades of Mariner #3960AA

Tints of Mariner #3960AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 17.65%
G = 29.72%
B = 52.63%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3960AA (or 0x3960AA) is known color: Mariner. HEX triplet: 39, 60 and AA. RGB value is (57,96,170). Sum of RGB (Red+Green+Blue) = 57+96+170=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3960AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3960AA is #C69F55. Grayscale: #5C5C5C. Windows color (decimal): -13016918 or 11165753. OLE color: 11165753.

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

Color convert

RGB 57 96 170 -
CMYK 0.66 0.44 0 0.33
HSL 219.29º 0.5% 0.45% -
HSV(B) 219.29º 0.66% 0.67% -
XYZ 13.13 12.14 39.68 -
YUV 92.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 57 96 170 0.66 0.44 0 0.33 219.29 0.5 0.45
Hex 39 60 AA 42 2C 0 21 DB 32 2D
Octal 71 140 252 102 54 0 41 333 62 55
Binary 111001 1100000 10101010 1000010 101100 0 100001 11011011 110010 101101

Color Harmonies of #3960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3960AA

Black with #3960AA

Text Example


Text Example

White with #3960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3960AA; }

 p { color: rgb(57,96,170); }

 H1.HeaderClassName
 {
   color: #3960AA;
 }
 .AnyTagClassName
 {
   color: #3960AA;
 }
</style>

background-color css

<style>
 a { background-color: #3960AA; }

 a { background-color: rgb(57,96,170); }

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

border-color css

<style>
 span { border-color: #3960AA; }

 span { border-color: rgb(57,96,170); }

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