#365CAC

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

Shades of Mariner #365CAC

Tints of Mariner #365CAC

Color information

#365CAC (or 0x365CAC) is unknown color: approx Mariner. HEX triplet: 36, 5C and AC. RGB value is (54,92,172). Sum of RGB (Red+Green+Blue) = 54+92+172=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #365CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CAC is #C9A353. Grayscale: #595959. Windows color (decimal): -13214548 or 11295798. OLE color: 11295798.

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

Color convert

RGB5492172-
CMYK0.690.4700.33
HSL220.68º52.21%44.31%-
HSV(B)220.68º68.6%67.45%-
XYZ12.7911.4240.56-
YUV89.76174.41102.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=16.98%
G=28.93%
B=54.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54921720.690.4700.33220.6852.2144.31
Hex365CAC452F021dd342c
Octal66134254105570413356454
Binary1101101011100101011001000101101111010000111011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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