#365188

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

Shades of Tory Blue #365188

Tints of Tory Blue #365188

Color information

#365188 (or 0x365188) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 88. RGB value is (54,81,136). Sum of RGB (Red+Green+Blue) = 54+81+136=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #365188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365188 is #C9AE77. Grayscale: #4E4E4E. Windows color (decimal): -13217400 or 8933686. OLE color: 8933686.

HSL color Cylindrical-coordinate representation of color #365188: hue angle of 220.24º 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 #365188 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5481136-
CMYK0.600.4000.47
HSL220.24º43.16%37.25%-
HSV(B)220.24º60.29%53.33%-
XYZ8.918.4524.45-
YUV79.2160.05110.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=19.93%
G=29.89%
B=50.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54811360.600.4000.47220.2443.1637.25
Hex3651883C2802Fdc2b25
Octal6612121074500573345345
Binary110110101000110001000111100101000010111111011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365188; }

 p { color: rgb(54,81,136); }

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

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

 a { background-color: rgb(54,81,136); }

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

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

 span { border-color: rgb(54,81,136); }

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