#365292

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

Shades of Tory Blue #365292

Tints of Tory Blue #365292

Color information

#365292 (or 0x365292) is unknown color: approx Tory Blue. HEX triplet: 36, 52 and 92. RGB value is (54,82,146). Sum of RGB (Red+Green+Blue) = 54+82+146=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #365292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365292 is #C9AD6D. Grayscale: #505050. Windows color (decimal): -13217134 or 9589302. OLE color: 9589302.

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

Color convert

RGB5482146-
CMYK0.630.4400.43
HSL221.74º46%39.22%-
HSV(B)221.74º63.01%57.25%-
XYZ9.738.8928.4-
YUV80.92164.72108.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=19.15%
G=29.08%
B=51.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54821460.630.4400.43221.744639.22
Hex3652923F2C02Bde2e27
Octal6612222277540533365647
Binary110110101001010010010111111101100010101111011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365292; }

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

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

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

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

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

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

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

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