Html Css Color HEX #3953AA Mariner

📋 copy color: '#3953AA'

red 57 ◦ green 83 ◦ blue 170

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

Shades of Mariner #3953AA

Tints of Mariner #3953AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 18.39%
G = 26.77%
B = 54.84%

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

#3953AA (or 0x3953AA) is known color: Mariner. HEX triplet: 39, 53 and AA. RGB value is (57,83,170). Sum of RGB (Red+Green+Blue) = 57+83+170=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #3953AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3953AA is #C6AC55. Grayscale: #545454. Windows color (decimal): -13020246 or 11162425. OLE color: 11162425.

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

Color convert

RGB 57 83 170 -
CMYK 0.66 0.51 0 0.33
HSL 226.19º 0.5% 0.45% -
HSV(B) 226.19º 0.66% 0.67% -
XYZ 12.04 9.96 39.32 -
YUV 85.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 57 83 170 0.66 0.51 0 0.33 226.19 0.5 0.45
Hex 39 53 AA 42 33 0 21 E2 32 2D
Octal 71 123 252 102 63 0 41 342 62 55
Binary 111001 1010011 10101010 1000010 110011 0 100001 11100010 110010 101101

Color Harmonies of #3953AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953AA

Black with #3953AA

Text Example


Text Example

White with #3953AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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