Html Css Color HEX #3954AA Mariner

📋 copy color: '#3954AA'

red 57 ◦ green 84 ◦ blue 170

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

Shades of Mariner #3954AA

Tints of Mariner #3954AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

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

R = 18.33%
G = 27.01%
B = 54.66%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3954AA (or 0x3954AA) is known color: Mariner. HEX triplet: 39, 54 and AA. RGB value is (57,84,170). Sum of RGB (Red+Green+Blue) = 57+84+170=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #3954AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3954AA is #C6AB55. Grayscale: #555555. Windows color (decimal): -13019990 or 11162681. OLE color: 11162681.

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

Color convert

RGB 57 84 170 -
CMYK 0.66 0.51 0 0.33
HSL 225.66º 0.5% 0.45% -
HSV(B) 225.66º 0.66% 0.67% -
XYZ 12.11 10.11 39.34 -
YUV 85.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 57 84 170 0.66 0.51 0 0.33 225.66 0.5 0.45
Hex 39 54 AA 42 33 0 21 E2 32 2D
Octal 71 124 252 102 63 0 41 342 62 55
Binary 111001 1010100 10101010 1000010 110011 0 100001 11100010 110010 101101

Color Harmonies of #3954AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3954AA

Black with #3954AA

Text Example


Text Example

White with #3954AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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