#36489D

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

Shades of Tory Blue #36489D

Tints of Tory Blue #36489D

Color information

#36489D (or 0x36489D) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 9D. RGB value is (54,72,157). Sum of RGB (Red+Green+Blue) = 54+72+157=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #36489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489D is #C9B762. Grayscale: #4B4B4B. Windows color (decimal): -13219683 or 10307638. OLE color: 10307638.

HSL color Cylindrical-coordinate representation of color #36489D: hue angle of 229.51º 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 #36489D is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5472157-
CMYK0.660.5400.38
HSL229.51º48.82%41.37%-
HSV(B)229.51º65.61%61.57%-
XYZ9.927.8532.89-
YUV76.31173.54112.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=19.08%
G=25.44%
B=55.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54721570.660.5400.38229.5148.8241.37
Hex36489D4236026e63129
Octal66110235102660463466151
Binary1101101001000100111011000010110110010011011100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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