#364E83

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

Shades of Tory Blue #364E83

Tints of Tory Blue #364E83

Color information

#364E83 (or 0x364E83) is unknown color: approx Tory Blue. HEX triplet: 36, 4E and 83. RGB value is (54,78,131). Sum of RGB (Red+Green+Blue) = 54+78+131=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #364E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364E83 is #C9B17C. Grayscale: #4C4C4C. Windows color (decimal): -13218173 or 8605238. OLE color: 8605238.

HSL color Cylindrical-coordinate representation of color #364E83: hue angle of 221.3º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364E83 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5478131-
CMYK0.590.4000.49
HSL221.3º41.62%36.27%-
HSV(B)221.3º58.78%51.37%-
XYZ8.347.8722.55-
YUV76.87158.55111.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 131 (51.56% from 255) = 49.81%
R=20.53%
G=29.66%
B=49.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54781310.590.4000.49221.341.6236.27
Hex364E833B28031dd2a24
Octal6611620373500613355244
Binary110110100111010000011111011101000011000111011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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