#3651A4

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

Shades of Mariner #3651A4

Tints of Mariner #3651A4

Color information

#3651A4 (or 0x3651A4) is unknown color: approx Mariner. HEX triplet: 36, 51 and A4. RGB value is (54,81,164). Sum of RGB (Red+Green+Blue) = 54+81+164=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #3651A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3651A4 is #C9AE5B. Grayscale: #525252. Windows color (decimal): -13217372 or 10768694. OLE color: 10768694.

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

Color convert

RGB5481164-
CMYK0.670.5100.36
HSL225.27º50.46%42.75%-
HSV(B)225.27º67.07%64.31%-
XYZ11.169.3536.34-
YUV82.39174.05107.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=18.06%
G=27.09%
B=54.85%

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
Decimal54811640.670.5100.36225.2750.4642.75
Hex3651A44333024e1322b
Octal66121244103630443416253
Binary1101101010001101001001000011110011010010011100001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3651A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,81,164); }

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

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

 a { background-color: rgb(54,81,164); }

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

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

 span { border-color: rgb(54,81,164); }

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