#365C95

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

Shades of Mariner #365C95

Tints of Mariner #365C95

Color information

#365C95 (or 0x365C95) is unknown color: approx Mariner. HEX triplet: 36, 5C and 95. RGB value is (54,92,149). Sum of RGB (Red+Green+Blue) = 54+92+149=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #365C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C95 is #C9A36A. Grayscale: #565656. Windows color (decimal): -13214571 or 9788470. OLE color: 9788470.

HSL color Cylindrical-coordinate representation of color #365C95: hue angle of 216º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365C95 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5492149-
CMYK0.640.3800.42
HSL216º46.8%39.8%-
HSV(B)216º63.76%58.43%-
XYZ10.7710.6129.91-
YUV87.14162.91104.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=18.31%
G=31.19%
B=50.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54921490.640.3800.4221646.839.8
Hex365C95402602Ad82f28
Octal66134225100460523305750
Binary1101101011100100101011000000100110010101011011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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