Html Css Color HEX #3955AA Mariner

📋 copy color: '#3955AA'

red 57 ◦ green 85 ◦ blue 170

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

Shades of Mariner #3955AA

Tints of Mariner #3955AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 18.27%
G = 27.24%
B = 54.49%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3955AA (or 0x3955AA) is known color: Mariner. HEX triplet: 39, 55 and AA. RGB value is (57,85,170). Sum of RGB (Red+Green+Blue) = 57+85+170=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #3955AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3955AA is #C6AA55. Grayscale: #555555. Windows color (decimal): -13019734 or 11162937. OLE color: 11162937.

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

Color convert

RGB 57 85 170 -
CMYK 0.66 0.50 0 0.33
HSL 225.13º 0.5% 0.45% -
HSV(B) 225.13º 0.66% 0.67% -
XYZ 12.19 10.27 39.37 -
YUV 86.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 57 85 170 0.66 0.50 0 0.33 225.13 0.5 0.45
Hex 39 55 AA 42 32 0 21 E1 32 2D
Octal 71 125 252 102 62 0 41 341 62 55
Binary 111001 1010101 10101010 1000010 110010 0 100001 11100001 110010 101101

Color Harmonies of #3955AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3955AA

Black with #3955AA

Text Example


Text Example

White with #3955AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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