#365291

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

Shades of Tory Blue #365291

Tints of Tory Blue #365291

Color information

#365291 (or 0x365291) is unknown color: approx Tory Blue. HEX triplet: 36, 52 and 91. RGB value is (54,82,145). Sum of RGB (Red+Green+Blue) = 54+82+145=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #365291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365291 is #C9AD6E. Grayscale: #505050. Windows color (decimal): -13217135 or 9523766. OLE color: 9523766.

HSL color Cylindrical-coordinate representation of color #365291: hue angle of 221.54º 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 #365291 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5482145-
CMYK0.630.4300.43
HSL221.54º45.73%39.02%-
HSV(B)221.54º62.76%56.86%-
XYZ9.658.8627.99-
YUV80.81164.22108.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=19.22%
G=29.18%
B=51.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54821450.630.4300.43221.5445.7339.02
Hex3652913F2B02Bde2e27
Octal6612222177530533365647
Binary110110101001010010001111111101011010101111011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365291; }

 p { color: rgb(54,82,145); }

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

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

 a { background-color: rgb(54,82,145); }

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

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

 span { border-color: rgb(54,82,145); }

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