#364885

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

Shades of Tory Blue #364885

Tints of Tory Blue #364885

Color information

#364885 (or 0x364885) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 85. RGB value is (54,72,133). Sum of RGB (Red+Green+Blue) = 54+72+133=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #364885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364885 is #C9B77A. Grayscale: #494949. Windows color (decimal): -13219707 or 8734774. OLE color: 8734774.

HSL color Cylindrical-coordinate representation of color #364885: hue angle of 226.33º 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 #364885 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5472133-
CMYK0.590.4600.48
HSL226.33º42.25%36.67%-
HSV(B)226.33º59.4%52.16%-
XYZ8.077.1123.14-
YUV73.57161.54114.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=20.85%
G=27.80%
B=51.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54721330.590.4600.48226.3342.2536.67
Hex3648853B2E030e22a25
Octal6611020573560603425245
Binary110110100100010000101111011101110011000011100010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364885; }

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

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

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

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

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

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

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

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