#365087

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

Shades of Tory Blue #365087

Tints of Tory Blue #365087

Color information

#365087 (or 0x365087) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 87. RGB value is (54,80,135). Sum of RGB (Red+Green+Blue) = 54+80+135=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #365087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365087 is #C9AF78. Grayscale: #4E4E4E. Windows color (decimal): -13217657 or 8867894. OLE color: 8867894.

HSL color Cylindrical-coordinate representation of color #365087: hue angle of 220.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365087 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5480135-
CMYK0.600.4100.47
HSL220.74º42.86%37.06%-
HSV(B)220.74º60%52.94%-
XYZ8.768.2724.06-
YUV78.5159.89110.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=20.07%
G=29.74%
B=50.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54801350.600.4100.47220.7442.8637.06
Hex3650873C2902Fdd2b25
Octal6612020774510573355345
Binary110110101000010000111111100101001010111111011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365087; }

 p { color: rgb(54,80,135); }

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

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

 a { background-color: rgb(54,80,135); }

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

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

 span { border-color: rgb(54,80,135); }

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