#364583

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

Shades of Tory Blue #364583

Tints of Tory Blue #364583

Color information

#364583 (or 0x364583) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 83. RGB value is (54,69,131). Sum of RGB (Red+Green+Blue) = 54+69+131=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #364583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364583 is #C9BA7C. Grayscale: #474747. Windows color (decimal): -13220477 or 8602934. OLE color: 8602934.

HSL color Cylindrical-coordinate representation of color #364583: hue angle of 228.31º 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 #364583 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5469131-
CMYK0.590.4700.49
HSL228.31º41.62%36.27%-
HSV(B)228.31º58.78%51.37%-
XYZ7.756.6822.35-
YUV71.58161.53115.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=21.26%
G=27.17%
B=51.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54691310.590.4700.49228.3141.6236.27
Hex3645833B2F031e42a24
Octal6610520373570613445244
Binary110110100010110000011111011101111011000111100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364583; }

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

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

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

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

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

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

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

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