#365089

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

Shades of Tory Blue #365089

Tints of Tory Blue #365089

Color information

#365089 (or 0x365089) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 89. RGB value is (54,80,137). Sum of RGB (Red+Green+Blue) = 54+80+137=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #365089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365089 is #C9AF76. Grayscale: #4E4E4E. Windows color (decimal): -13217655 or 8998966. OLE color: 8998966.

HSL color Cylindrical-coordinate representation of color #365089: hue angle of 221.2º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365089 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5480137-
CMYK0.610.4200.46
HSL221.2º43.46%37.45%-
HSV(B)221.2º60.58%53.73%-
XYZ8.918.3324.8-
YUV78.72160.89110.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=19.93%
G=29.52%
B=50.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54801370.610.4200.46221.243.4637.45
Hex3650893D2A02Edd2b25
Octal6612021175520563355345
Binary110110101000010001001111101101010010111011011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365089; }

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

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

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

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

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

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

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

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