#364983

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

Shades of Tory Blue #364983

Tints of Tory Blue #364983

Color information

#364983 (or 0x364983) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 83. RGB value is (54,73,131). Sum of RGB (Red+Green+Blue) = 54+73+131=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #364983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364983 is #C9B67C. Grayscale: #494949. Windows color (decimal): -13219453 or 8603958. OLE color: 8603958.

HSL color Cylindrical-coordinate representation of color #364983: hue angle of 225.19º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364983 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5473131-
CMYK0.590.4400.49
HSL225.19º41.62%36.27%-
HSV(B)225.19º58.78%51.37%-
XYZ87.1922.44-
YUV73.93160.21113.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=20.93%
G=28.29%
B=50.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54731310.590.4400.49225.1941.6236.27
Hex3649833B2C031e12a24
Octal6611120373540613415244
Binary110110100100110000011111011101100011000111100001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364983; }

 p { color: rgb(54,73,131); }

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

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

 a { background-color: rgb(54,73,131); }

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

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

 span { border-color: rgb(54,73,131); }

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