#365A9B

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

Shades of Mariner #365A9B

Tints of Mariner #365A9B

Color information

#365A9B (or 0x365A9B) is unknown color: approx Mariner. HEX triplet: 36, 5A and 9B. RGB value is (54,90,155). Sum of RGB (Red+Green+Blue) = 54+90+155=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #365A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A9B is #C9A564. Grayscale: #565656. Windows color (decimal): -13215077 or 10181174. OLE color: 10181174.

HSL color Cylindrical-coordinate representation of color #365A9B: hue angle of 218.61º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #365A9B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5490155-
CMYK0.650.4200.39
HSL218.61º48.33%40.98%-
HSV(B)218.61º65.16%60.78%-
XYZ11.0910.4632.45-
YUV86.65166.57104.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=18.06%
G=30.10%
B=51.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54901550.650.4200.39218.6148.3340.98
Hex365A9B412A027db3029
Octal66132233101520473336051
Binary1101101011010100110111000001101010010011111011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,90,155); }

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

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

 a { background-color: rgb(54,90,155); }

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

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

 span { border-color: rgb(54,90,155); }

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