#364B82

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

Shades of Tory Blue #364B82

Tints of Tory Blue #364B82

Color information

#364B82 (or 0x364B82) is unknown color: approx Tory Blue. HEX triplet: 36, 4B and 82. RGB value is (54,75,130). Sum of RGB (Red+Green+Blue) = 54+75+130=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #364B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364B82 is #C9B47D. Grayscale: #4A4A4A. Windows color (decimal): -13218942 or 8538934. OLE color: 8538934.

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

Color convert

RGB5475130-
CMYK0.580.4200.49
HSL223.42º41.3%36.08%-
HSV(B)223.42º58.46%50.98%-
XYZ8.077.4322.13-
YUV74.99159.04113.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=20.85%
G=28.96%
B=50.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54751300.580.4200.49223.4241.336.08
Hex364B823A2A031df2924
Octal6611320272520613375144
Binary110110100101110000010111010101010011000111011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B82; }

 p { color: rgb(54,75,130); }

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

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

 a { background-color: rgb(54,75,130); }

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

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

 span { border-color: rgb(54,75,130); }

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