#3350A4

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

Shades of Mariner #3350A4

Tints of Mariner #3350A4

Color information

#3350A4 (or 0x3350A4) is unknown color: approx Mariner. HEX triplet: 33, 50 and A4. RGB value is (51,80,164). Sum of RGB (Red+Green+Blue) = 51+80+164=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #3350A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350A4 is #CCAF5B. Grayscale: #505050. Windows color (decimal): -13414236 or 10768435. OLE color: 10768435.

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

Color convert

RGB5180164-
CMYK0.690.5100.36
HSL224.6º52.56%42.16%-
HSV(B)224.6º68.9%64.31%-
XYZ10.939.1236.31-
YUV80.9174.89106.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 164 (64.45% from 255) = 55.59%
R=17.29%
G=27.12%
B=55.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51801640.690.5100.36224.652.5642.16
Hex3350A44533024e1352a
Octal63120244105630443416552
Binary1100111010000101001001000101110011010010011100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3350A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3350A4; }

 p { color: rgb(51,80,164); }

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

<style>
 a { background-color: #3350A4; }

 a { background-color: rgb(51,80,164); }

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

<style>
 span { border-color: #3350A4; }

 span { border-color: rgb(51,80,164); }

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