#365896

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

Shades of Tory Blue #365896

Tints of Tory Blue #365896

Color information

#365896 (or 0x365896) is unknown color: approx Tory Blue. HEX triplet: 36, 58 and 96. RGB value is (54,88,150). Sum of RGB (Red+Green+Blue) = 54+88+150=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #365896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365896 is #C9A769. Grayscale: #545454. Windows color (decimal): -13215594 or 9852982. OLE color: 9852982.

HSL color Cylindrical-coordinate representation of color #365896: hue angle of 218.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365896 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5488150-
CMYK0.640.4100.41
HSL218.75º47.06%40%-
HSV(B)218.75º64%58.82%-
XYZ10.529.9730.22-
YUV84.9164.74105.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=18.49%
G=30.14%
B=51.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal54881500.640.4100.41218.7547.0640
Hex3658964029029db2f28
Octal66130226100510513335750
Binary1101101011000100101101000000101001010100111011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365896; }

 p { color: rgb(54,88,150); }

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

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

 a { background-color: rgb(54,88,150); }

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

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

 span { border-color: rgb(54,88,150); }

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