#365595

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

Shades of Tory Blue #365595

Tints of Tory Blue #365595

Color information

#365595 (or 0x365595) is unknown color: approx Tory Blue. HEX triplet: 36, 55 and 95. RGB value is (54,85,149). Sum of RGB (Red+Green+Blue) = 54+85+149=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #365595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365595 is #C9AA6A. Grayscale: #525252. Windows color (decimal): -13216363 or 9786678. OLE color: 9786678.

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

Color convert

RGB5485149-
CMYK0.640.4300.42
HSL220.42º46.8%39.8%-
HSV(B)220.42º63.76%58.43%-
XYZ10.199.4529.72-
YUV83.03165.23107.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=18.75%
G=29.51%
B=51.74%

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
Decimal54851490.640.4300.42220.4246.839.8
Hex365595402B02Adc2f28
Octal66125225100530523345750
Binary1101101010101100101011000000101011010101011011100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365595; }

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

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

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

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

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

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

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

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