#36489B

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

Shades of Tory Blue #36489B

Tints of Tory Blue #36489B

Color information

#36489B (or 0x36489B) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 9B. RGB value is (54,72,155). Sum of RGB (Red+Green+Blue) = 54+72+155=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #36489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489B is #C9B764. Grayscale: #4B4B4B. Windows color (decimal): -13219685 or 10176566. OLE color: 10176566.

HSL color Cylindrical-coordinate representation of color #36489B: hue angle of 229.31º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36489B is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5472155-
CMYK0.650.5400.39
HSL229.31º48.33%40.98%-
HSV(B)229.31º65.16%60.78%-
XYZ9.767.7932-
YUV76.08172.54112.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=19.22%
G=25.62%
B=55.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54721550.650.5400.39229.3148.3340.98
Hex36489B4136027e53029
Octal66110233101660473456051
Binary1101101001000100110111000001110110010011111100101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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