#365CA5

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

Shades of Mariner #365CA5

Tints of Mariner #365CA5

Color information

#365CA5 (or 0x365CA5) is unknown color: approx Mariner. HEX triplet: 36, 5C and A5. RGB value is (54,92,165). Sum of RGB (Red+Green+Blue) = 54+92+165=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #365CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CA5 is #C9A35A. Grayscale: #585858. Windows color (decimal): -13214555 or 10837046. OLE color: 10837046.

HSL color Cylindrical-coordinate representation of color #365CA5: hue angle of 219.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365CA5 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5492165-
CMYK0.670.4400.35
HSL219.46º50.68%42.94%-
HSV(B)219.46º67.27%64.71%-
XYZ12.1411.1637.11-
YUV88.96170.91103.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 165 (64.84% from 255) = 53.05%
R=17.36%
G=29.58%
B=53.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54921650.670.4400.35219.4650.6842.94
Hex365CA5432C023db332b
Octal66134245103540433336353
Binary1101101011100101001011000011101100010001111011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,92,165); }

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

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

 a { background-color: rgb(54,92,165); }

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

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

 span { border-color: rgb(54,92,165); }

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