#3665AD

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

Shades of Mariner #3665AD

Tints of Mariner #3665AD

Color information

#3665AD (or 0x3665AD) is unknown color: approx Mariner. HEX triplet: 36, 65 and AD. RGB value is (54,101,173). Sum of RGB (Red+Green+Blue) = 54+101+173=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #3665AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3665AD is #C99A52. Grayscale: #5E5E5E. Windows color (decimal): -13212243 or 11363638. OLE color: 11363638.

HSL color Cylindrical-coordinate representation of color #3665AD: hue angle of 216.3º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3665AD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54101173-
CMYK0.690.4200.32
HSL216.3º52.42%44.51%-
HSV(B)216.3º68.79%67.84%-
XYZ13.7213.1141.34-
YUV95.16171.9398.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 173 (67.97% from 255) = 52.74%
R=16.46%
G=30.79%
B=52.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541011730.690.4200.32216.352.4244.51
Hex3665AD452A020d8342d
Octal66145255105520403306455
Binary1101101100101101011011000101101010010000011011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3665AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3665AD; }

 p { color: rgb(54,101,173); }

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

<style>
 a { background-color: #3665AD; }

 a { background-color: rgb(54,101,173); }

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

<style>
 span { border-color: #3665AD; }

 span { border-color: rgb(54,101,173); }

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