#365097

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

Shades of Tory Blue #365097

Tints of Tory Blue #365097

Color information

#365097 (or 0x365097) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 97. RGB value is (54,80,151). Sum of RGB (Red+Green+Blue) = 54+80+151=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #365097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365097 is #C9AF68. Grayscale: #505050. Windows color (decimal): -13217641 or 9916470. OLE color: 9916470.

HSL color Cylindrical-coordinate representation of color #365097: hue angle of 223.92º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365097 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5480151-
CMYK0.640.4700.41
HSL223.92º47.32%40.2%-
HSV(B)223.92º64.24%59.22%-
XYZ9.988.7630.44-
YUV80.32167.89109.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=18.95%
G=28.07%
B=52.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54801510.640.4700.41223.9247.3240.2
Hex365097402F029e02f28
Octal66120227100570513405750
Binary1101101010000100101111000000101111010100111100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365097; }

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

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

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

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

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

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

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

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