#36489C

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

Shades of Tory Blue #36489C

Tints of Tory Blue #36489C

Color information

#36489C (or 0x36489C) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 9C. RGB value is (54,72,156). Sum of RGB (Red+Green+Blue) = 54+72+156=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #36489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36489C is #C9B763. Grayscale: #4B4B4B. Windows color (decimal): -13219684 or 10242102. OLE color: 10242102.

HSL color Cylindrical-coordinate representation of color #36489C: hue angle of 229.41º degrees, saturation: 0.49, 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 #36489C is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5472156-
CMYK0.650.5400.39
HSL229.41º48.57%41.18%-
HSV(B)229.41º65.38%61.18%-
XYZ9.847.8232.44-
YUV76.19173.04112.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=19.15%
G=25.53%
B=55.32%

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
Decimal54721560.650.5400.39229.4148.5741.18
Hex36489C4136027e53129
Octal66110234101660473456151
Binary1101101001000100111001000001110110010011111100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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