#3565AC

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

Shades of Mariner #3565AC

Tints of Mariner #3565AC

Color information

#3565AC (or 0x3565AC) is unknown color: approx Mariner. HEX triplet: 35, 65 and AC. RGB value is (53,101,172). Sum of RGB (Red+Green+Blue) = 53+101+172=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #3565AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3565AC is #CA9A53. Grayscale: #5E5E5E. Windows color (decimal): -13277780 or 11298101. OLE color: 11298101.

HSL color Cylindrical-coordinate representation of color #3565AC: hue angle of 215.8º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3565AC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53101172-
CMYK0.690.4100.33
HSL215.8º52.89%44.12%-
HSV(B)215.8º69.19%67.45%-
XYZ13.5713.0440.83-
YUV94.74171.698.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 52.76%
R=16.26%
G=30.98%
B=52.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531011720.690.4100.33215.852.8944.12
Hex3565AC4529021d8352c
Octal65145254105510413306554
Binary1101011100101101011001000101101001010000111011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3565AC; }

 p { color: rgb(53,101,172); }

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

<style>
 a { background-color: #3565AC; }

 a { background-color: rgb(53,101,172); }

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

<style>
 span { border-color: #3565AC; }

 span { border-color: rgb(53,101,172); }

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