Html Css Color HEX #3557AB Mariner

📋 copy color: '#3557AB'

red 53 ◦ green 87 ◦ blue 171

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

Shades of Mariner #3557AB

Tints of Mariner #3557AB

RGB

 RED value IS 53 (21.09% from 255) = 17.04%

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 17.04%
G = 27.97%
B = 54.98%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3557AB (or 0x3557AB) is known color: Mariner. HEX triplet: 35, 57 and AB. RGB value is (53,87,171). Sum of RGB (Red+Green+Blue) = 53+87+171=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #3557AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3557AB is #CAA854. Grayscale: #565656. Windows color (decimal): -13281365 or 11228981. OLE color: 11228981.

HSL color Cylindrical-coordinate representation of color #3557AB: hue angle of 222.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3557AB is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 87 171 -
CMYK 0.69 0.49 0 0.33
HSL 222.71º 0.53% 0.44% -
HSV(B) 222.71º 0.69% 0.67% -
XYZ 12.23 10.51 39.91 -
YUV 86.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 53 87 171 0.69 0.49 0 0.33 222.71 0.53 0.44
Hex 35 57 AB 45 31 0 21 DF 35 2C
Octal 65 127 253 105 61 0 41 337 65 54
Binary 110101 1010111 10101011 1000101 110001 0 100001 11011111 110101 101100

Color Harmonies of #3557AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557AB

Black with #3557AB

Text Example


Text Example

White with #3557AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3557AB; }

 p { color: rgb(53,87,171); }

 H1.HeaderClassName
 {
   color: #3557AB;
 }
 .AnyTagClassName
 {
   color: #3557AB;
 }
</style>

background-color css

<style>
 a { background-color: #3557AB; }

 a { background-color: rgb(53,87,171); }

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

border-color css

<style>
 span { border-color: #3557AB; }

 span { border-color: rgb(53,87,171); }

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