#365E9A

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

Shades of Mariner #365E9A

Tints of Mariner #365E9A

Color information

#365E9A (or 0x365E9A) is unknown color: approx Mariner. HEX triplet: 36, 5E and 9A. RGB value is (54,94,154). Sum of RGB (Red+Green+Blue) = 54+94+154=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #365E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E9A is #C9A165. Grayscale: #585858. Windows color (decimal): -13214054 or 10116662. OLE color: 10116662.

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

Color convert

RGB5494154-
CMYK0.650.3900.40
HSL216º48.08%40.78%-
HSV(B)216º64.94%60.39%-
XYZ11.3611.1232.12-
YUV88.88164.75103.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=17.88%
G=31.13%
B=50.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54941540.650.3900.4021648.0840.78
Hex365E9A4127028d83029
Octal66136232101470503306051
Binary1101101011110100110101000001100111010100011011000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,94,154); }

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

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

 a { background-color: rgb(54,94,154); }

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

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

 span { border-color: rgb(54,94,154); }

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