#364882

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

Shades of Tory Blue #364882

Tints of Tory Blue #364882

Color information

#364882 (or 0x364882) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 82. RGB value is (54,72,130). Sum of RGB (Red+Green+Blue) = 54+72+130=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #364882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364882 is #C9B77D. Grayscale: #484848. Windows color (decimal): -13219710 or 8538166. OLE color: 8538166.

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

Color convert

RGB5472130-
CMYK0.580.4500.49
HSL225.79º41.3%36.08%-
HSV(B)225.79º58.46%50.98%-
XYZ7.877.0322.06-
YUV73.23160.04114.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=21.09%
G=28.12%
B=50.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54721300.580.4500.49225.7941.336.08
Hex3648823A2D031e22924
Octal6611020272550613425144
Binary110110100100010000010111010101101011000111100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364882; }

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

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

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

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

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

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

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

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