#365999

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

Shades of Mariner #365999

Tints of Mariner #365999

Color information

#365999 (or 0x365999) is unknown color: approx Mariner. HEX triplet: 36, 59 and 99. RGB value is (54,89,153). Sum of RGB (Red+Green+Blue) = 54+89+153=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #365999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365999 is #C9A666. Grayscale: #555555. Windows color (decimal): -13215335 or 10049846. OLE color: 10049846.

HSL color Cylindrical-coordinate representation of color #365999: hue angle of 218.79º 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 #365999 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5489153-
CMYK0.650.4200.4
HSL218.79º47.83%40.59%-
HSV(B)218.79º64.71%60%-
XYZ10.8410.2331.54-
YUV85.83165.9105.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=18.24%
G=30.07%
B=51.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54891530.650.4200.4218.7947.8340.59
Hex365999412A028db3029
Octal66131231101520503336051
Binary1101101011001100110011000001101010010100011011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365999; }

 p { color: rgb(54,89,153); }

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

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

 a { background-color: rgb(54,89,153); }

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

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

 span { border-color: rgb(54,89,153); }

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