#365192

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

Shades of Tory Blue #365192

Tints of Tory Blue #365192

Color information

#365192 (or 0x365192) is unknown color: approx Tory Blue. HEX triplet: 36, 51 and 92. RGB value is (54,81,146). Sum of RGB (Red+Green+Blue) = 54+81+146=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #365192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365192 is #C9AE6D. Grayscale: #505050. Windows color (decimal): -13217390 or 9589046. OLE color: 9589046.

HSL color Cylindrical-coordinate representation of color #365192: hue angle of 222.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365192 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5481146-
CMYK0.630.4500.43
HSL222.39º46%39.22%-
HSV(B)222.39º63.01%57.25%-
XYZ9.658.7428.37-
YUV80.34165.05109.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=19.22%
G=28.83%
B=51.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54811460.630.4500.43222.394639.22
Hex3651923F2D02Bde2e27
Octal6612122277550533365647
Binary110110101000110010010111111101101010101111011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365192; }

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

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

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

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

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

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

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

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