#364485

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

Shades of Tory Blue #364485

Tints of Tory Blue #364485

Color information

#364485 (or 0x364485) is unknown color: approx Tory Blue. HEX triplet: 36, 44 and 85. RGB value is (54,68,133). Sum of RGB (Red+Green+Blue) = 54+68+133=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #364485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364485 is #C9BB7A. Grayscale: #464646. Windows color (decimal): -13220731 or 8733750. OLE color: 8733750.

HSL color Cylindrical-coordinate representation of color #364485: hue angle of 229.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364485 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5468133-
CMYK0.590.4900.48
HSL229.37º42.25%36.67%-
HSV(B)229.37º59.4%52.16%-
XYZ7.826.6123.05-
YUV71.22162.86115.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=21.18%
G=26.67%
B=52.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54681330.590.4900.48229.3742.2536.67
Hex3644853B31030e52a25
Octal6610420573610603455245
Binary110110100010010000101111011110001011000011100101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364485; }

 p { color: rgb(54,68,133); }

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

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

 a { background-color: rgb(54,68,133); }

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

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

 span { border-color: rgb(54,68,133); }

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