#364E85

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

Shades of Tory Blue #364E85

Tints of Tory Blue #364E85

Color information

#364E85 (or 0x364E85) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 85. RGB value is (54,78,133). Sum of RGB (Red+Green+Blue) = 54+78+133=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #364E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E85 is #C9B17A. Grayscale: #4C4C4C. Windows color (decimal): -13218171 or 8736310. OLE color: 8736310.

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

Color convert

RGB5478133-
CMYK0.590.4100.48
HSL221.77º42.25%36.67%-
HSV(B)221.77º59.4%52.16%-
XYZ8.487.9323.27-
YUV77.09159.55111.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=20.38%
G=29.43%
B=50.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54781330.590.4100.48221.7742.2536.67
Hex364E853B29030de2a25
Octal6611620573510603365245
Binary110110100111010000101111011101001011000011011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E85; }

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

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

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

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

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

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

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

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