#365FAB

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

Shades of Mariner #365FAB

Tints of Mariner #365FAB

Color information

#365FAB (or 0x365FAB) is unknown color: approx Mariner. HEX triplet: 36, 5F and AB. RGB value is (54,95,171). Sum of RGB (Red+Green+Blue) = 54+95+171=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #365FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365FAB is #C9A054. Grayscale: #5B5B5B. Windows color (decimal): -13213781 or 11231030. OLE color: 11231030.

HSL color Cylindrical-coordinate representation of color #365FAB: hue angle of 218.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365FAB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5495171-
CMYK0.680.4400.33
HSL218.97º52%44.12%-
HSV(B)218.97º68.42%67.06%-
XYZ12.9611.9140.14-
YUV91.4172.92101.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=16.88%
G=29.69%
B=53.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54951710.680.4400.33218.975244.12
Hex365FAB442C021db342c
Octal66137253104540413336454
Binary1101101011111101010111000100101100010000111011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,171); }

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

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

 a { background-color: rgb(54,95,171); }

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

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

 span { border-color: rgb(54,95,171); }

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