#3550A3

Color #3550A3 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3550A3

Tints of Mariner #3550A3

Color information

#3550A3 (or 0x3550A3) is unknown color: approx Mariner. HEX triplet: 35, 50 and A3. RGB value is (53,80,163). Sum of RGB (Red+Green+Blue) = 53+80+163=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #3550A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3550A3 is #CAAF5C. Grayscale: #515151. Windows color (decimal): -13283165 or 10702901. OLE color: 10702901.

HSL color Cylindrical-coordinate representation of color #3550A3: hue angle of 225.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3550A3 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5380163-
CMYK0.670.5100.36
HSL225.27º50.93%42.35%-
HSV(B)225.27º67.48%63.92%-
XYZ10.959.1435.84-
YUV81.39174.05107.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 163 (64.06% from 255) = 55.07%
R=17.91%
G=27.03%
B=55.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53801630.670.5100.36225.2750.9342.35
Hex3550A34333024e1332a
Octal65120243103630443416352
Binary1101011010000101000111000011110011010010011100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3550A3; }

 p { color: rgb(53,80,163); }

 H1.HeaderClassName
 {
   color: #3550A3;
 }
 .AnyTagClassName
 {
   color: #3550A3;
 }
</style>
background-color css

<style>
 a { background-color: #3550A3; }

 a { background-color: rgb(53,80,163); }

 div.DivClassName
 {
   background-color: #3550A3;
 }
 .BgClassName
 {
   background-color: #3550A3;
 }
</style>
border-color css

<style>
 span { border-color: #3550A3; }

 span { border-color: rgb(53,80,163); }

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