#364290

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

Shades of Tory Blue #364290

Tints of Tory Blue #364290

Color information

#364290 (or 0x364290) is unknown color: approx Tory Blue. HEX triplet: 36, 42 and 90. RGB value is (54,66,144). Sum of RGB (Red+Green+Blue) = 54+66+144=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #364290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364290 is #C9BD6F. Grayscale: #464646. Windows color (decimal): -13221232 or 9454134. OLE color: 9454134.

HSL color Cylindrical-coordinate representation of color #364290: hue angle of 232º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364290 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5466144-
CMYK0.630.5400.44
HSL232º45.45%38.82%-
HSV(B)232º62.5%56.47%-
XYZ8.56.6927.23-
YUV71.3169.02115.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=20.45%
G=25%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54661440.630.5400.4423245.4538.82
Hex3642903F3602Ce82d27
Octal6610222077660543505547
Binary110110100001010010000111111110110010110011101000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364290; }

 p { color: rgb(54,66,144); }

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

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

 a { background-color: rgb(54,66,144); }

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

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

 span { border-color: rgb(54,66,144); }

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