Html Css Color HEX #3952AA Mariner

📋 copy color: '#3952AA'

red 57 ◦ green 82 ◦ blue 170

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

Shades of Mariner #3952AA

Tints of Mariner #3952AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 18.45%
G = 26.54%
B = 55.02%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3952AA (or 0x3952AA) is known color: Mariner. HEX triplet: 39, 52 and AA. RGB value is (57,82,170). Sum of RGB (Red+Green+Blue) = 57+82+170=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3952AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3952AA is #C6AD55. Grayscale: #545454. Windows color (decimal): -13020502 or 11162169. OLE color: 11162169.

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

Color convert

RGB 57 82 170 -
CMYK 0.66 0.52 0 0.33
HSL 226.73º 0.5% 0.45% -
HSV(B) 226.73º 0.66% 0.67% -
XYZ 11.96 9.81 39.29 -
YUV 84.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 57 82 170 0.66 0.52 0 0.33 226.73 0.5 0.45
Hex 39 52 AA 42 34 0 21 E3 32 2D
Octal 71 122 252 102 64 0 41 343 62 55
Binary 111001 1010010 10101010 1000010 110100 0 100001 11100011 110010 101101

Color Harmonies of #3952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3952AA

Black with #3952AA

Text Example


Text Example

White with #3952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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