#365594

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

Shades of Tory Blue #365594

Tints of Tory Blue #365594

Color information

#365594 (or 0x365594) is unknown color: approx Tory Blue. HEX triplet: 36, 55 and 94. RGB value is (54,85,148). Sum of RGB (Red+Green+Blue) = 54+85+148=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #365594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365594 is #C9AA6B. Grayscale: #525252. Windows color (decimal): -13216364 or 9721142. OLE color: 9721142.

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

Color convert

RGB5485148-
CMYK0.640.4300.42
HSL220.21º46.53%39.61%-
HSV(B)220.21º63.51%58.04%-
XYZ10.129.4229.3-
YUV82.91164.73107.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=18.82%
G=29.62%
B=51.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54851480.640.4300.42220.2146.5339.61
Hex365594402B02Adc2f28
Octal66125224100530523345750
Binary1101101010101100101001000000101011010101011011100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365594; }

 p { color: rgb(54,85,148); }

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

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

 a { background-color: rgb(54,85,148); }

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

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

 span { border-color: rgb(54,85,148); }

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