#365BA3

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

Shades of Mariner #365BA3

Tints of Mariner #365BA3

Color information

#365BA3 (or 0x365BA3) is unknown color: approx Mariner. HEX triplet: 36, 5B and A3. RGB value is (54,91,163). Sum of RGB (Red+Green+Blue) = 54+91+163=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #365BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BA3 is #C9A45C. Grayscale: #575757. Windows color (decimal): -13214813 or 10705718. OLE color: 10705718.

HSL color Cylindrical-coordinate representation of color #365BA3: hue angle of 219.63º 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 #365BA3 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5491163-
CMYK0.670.4400.36
HSL219.63º50.23%42.55%-
HSV(B)219.63º66.87%63.92%-
XYZ11.8710.9136.13-
YUV88.14170.24103.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 163 (64.06% from 255) = 52.92%
R=17.53%
G=29.55%
B=52.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54911630.670.4400.36219.6350.2342.55
Hex365BA3432C024dc322b
Octal66133243103540443346253
Binary1101101011011101000111000011101100010010011011100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365BA3; }

 p { color: rgb(54,91,163); }

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

<style>
 a { background-color: #365BA3; }

 a { background-color: rgb(54,91,163); }

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

<style>
 span { border-color: #365BA3; }

 span { border-color: rgb(54,91,163); }

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