#36458E

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

Shades of Tory Blue #36458E

Tints of Tory Blue #36458E

Color information

#36458E (or 0x36458E) is unknown color: approx Tory Blue. HEX triplet: 36, 45 and 8E. RGB value is (54,69,142). Sum of RGB (Red+Green+Blue) = 54+69+142=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #36458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36458E is #C9BA71. Grayscale: #484848. Windows color (decimal): -13220466 or 9323830. OLE color: 9323830.

HSL color Cylindrical-coordinate representation of color #36458E: hue angle of 229.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36458E is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5469142-
CMYK0.620.5100.44
HSL229.77º44.9%38.43%-
HSV(B)229.77º61.97%55.69%-
XYZ8.536.9926.49-
YUV72.84167.03114.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=20.38%
G=26.04%
B=53.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54691420.620.5100.44229.7744.938.43
Hex36458E3E3302Ce62d26
Octal6610521676630543465546
Binary110110100010110001110111110110011010110011100110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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