#365AAA

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

Shades of Mariner #365AAA

Tints of Mariner #365AAA

Color information

#365AAA (or 0x365AAA) is unknown color: approx Mariner. HEX triplet: 36, 5A and AA. RGB value is (54,90,170). Sum of RGB (Red+Green+Blue) = 54+90+170=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #365AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AAA is #C9A555. Grayscale: #585858. Windows color (decimal): -13215062 or 11164214. OLE color: 11164214.

HSL color Cylindrical-coordinate representation of color #365AAA: hue angle of 221.38º 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 #365AAA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5490170-
CMYK0.680.4700.33
HSL221.38º51.79%43.92%-
HSV(B)221.38º68.24%66.67%-
XYZ12.431139.5-
YUV88.36174.07103.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=17.20%
G=28.66%
B=54.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54901700.680.4700.33221.3851.7943.92
Hex365AAA442F021dd342c
Octal66132252104570413356454
Binary1101101011010101010101000100101111010000111011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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