#36469D

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

Shades of Tory Blue #36469D

Tints of Tory Blue #36469D

Color information

#36469D (or 0x36469D) is unknown color: approx Tory Blue. HEX triplet: 36, 46 and 9D. RGB value is (54,70,157). Sum of RGB (Red+Green+Blue) = 54+70+157=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #36469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36469D is #C9B962. Grayscale: #4A4A4A. Windows color (decimal): -13220195 or 10307126. OLE color: 10307126.

HSL color Cylindrical-coordinate representation of color #36469D: hue angle of 230.68º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36469D is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5470157-
CMYK0.660.5500.38
HSL230.68º48.82%41.37%-
HSV(B)230.68º65.61%61.57%-
XYZ9.87.632.85-
YUV75.13174.2112.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=19.22%
G=24.91%
B=55.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54701570.660.5500.38230.6848.8241.37
Hex36469D4237026e73129
Octal66106235102670463476151
Binary1101101000110100111011000010110111010011011100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36469D; }

 p { color: rgb(54,70,157); }

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

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

 a { background-color: rgb(54,70,157); }

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

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

 span { border-color: rgb(54,70,157); }

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