#364982

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

Shades of Tory Blue #364982

Tints of Tory Blue #364982

Color information

#364982 (or 0x364982) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 82. RGB value is (54,73,130). Sum of RGB (Red+Green+Blue) = 54+73+130=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #364982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364982 is #C9B67D. Grayscale: #494949. Windows color (decimal): -13219454 or 8538422. OLE color: 8538422.

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

Color convert

RGB5473130-
CMYK0.580.4400.49
HSL225º41.3%36.08%-
HSV(B)225º58.46%50.98%-
XYZ7.937.1622.08-
YUV73.82159.71113.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=21.01%
G=28.40%
B=50.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54731300.580.4400.4922541.336.08
Hex3649823A2C031e12924
Octal6611120272540613415144
Binary110110100100110000010111010101100011000111100001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364982; }

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

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

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

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

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

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

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

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