Html Css Color HEX #3964AA Mariner

📋 copy color: '#3964AA'

red 57 ◦ green 100 ◦ blue 170

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

Shades of Mariner #3964AA

Tints of Mariner #3964AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 17.43%
G = 30.58%
B = 51.99%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3964AA (or 0x3964AA) is known color: Mariner. HEX triplet: 39, 64 and AA. RGB value is (57,100,170). Sum of RGB (Red+Green+Blue) = 57+100+170=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #3964AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3964AA is #C69B55. Grayscale: #5E5E5E. Windows color (decimal): -13015894 or 11166777. OLE color: 11166777.

HSL color Cylindrical-coordinate representation of color #3964AA: hue angle of 217.17º 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 #3964AA is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 100 170 -
CMYK 0.66 0.41 0 0.33
HSL 217.17º 0.5% 0.45% -
HSV(B) 217.17º 0.66% 0.67% -
XYZ 13.5 12.89 39.81 -
YUV 95.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 57 100 170 0.66 0.41 0 0.33 217.17 0.5 0.45
Hex 39 64 AA 42 29 0 21 D9 32 2D
Octal 71 144 252 102 51 0 41 331 62 55
Binary 111001 1100100 10101010 1000010 101001 0 100001 11011001 110010 101101

Color Harmonies of #3964AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3964AA

Black with #3964AA

Text Example


Text Example

White with #3964AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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