#36458A

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

Shades of Tory Blue #36458A

Tints of Tory Blue #36458A

Color information

#36458A (or 0x36458A) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 8A. RGB value is (54,69,138). Sum of RGB (Red+Green+Blue) = 54+69+138=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #36458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36458A is #C9BA75. Grayscale: #484848. Windows color (decimal): -13220470 or 9061686. OLE color: 9061686.

HSL color Cylindrical-coordinate representation of color #36458A: hue angle of 229.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36458A is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5469138-
CMYK0.610.500.46
HSL229.29º43.75%37.65%-
HSV(B)229.29º60.87%54.12%-
XYZ8.246.8824.94-
YUV72.38165.03114.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=20.69%
G=26.44%
B=52.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54691380.610.500.46229.2943.7537.65
Hex36458A3D3202Ee52c26
Octal6610521275620563455446
Binary110110100010110001010111101110010010111011100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36458A; }

 p { color: rgb(54,69,138); }

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

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

 a { background-color: rgb(54,69,138); }

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

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

 span { border-color: rgb(54,69,138); }

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