#3653A1

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

Shades of Mariner #3653A1

Tints of Mariner #3653A1

Color information

#3653A1 (or 0x3653A1) is unknown color: approx Mariner. HEX triplet: 36, 53 and A1. RGB value is (54,83,161). Sum of RGB (Red+Green+Blue) = 54+83+161=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 161 (63.28% from 255 or 54.03% from 298); Max value from RGB is 161 - color contains mainly: blue. Hex color #3653A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3653A1 is #C9AC5E. Grayscale: #525252. Windows color (decimal): -13216863 or 10572598. OLE color: 10572598.

HSL color Cylindrical-coordinate representation of color #3653A1: hue angle of 223.74º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3653A1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5483161-
CMYK0.660.4800.37
HSL223.74º49.77%42.16%-
HSV(B)223.74º66.46%63.14%-
XYZ11.059.5434.98-
YUV83.22171.89107.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 161 (63.28% from 255) = 54.03%
R=18.12%
G=27.85%
B=54.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54831610.660.4800.37223.7449.7742.16
Hex3653A14230025e0322a
Octal66123241102600453406252
Binary1101101010011101000011000010110000010010111100000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3653A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3653A1; }

 p { color: rgb(54,83,161); }

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

<style>
 a { background-color: #3653A1; }

 a { background-color: rgb(54,83,161); }

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

<style>
 span { border-color: #3653A1; }

 span { border-color: rgb(54,83,161); }

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