#36499C

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

Shades of Tory Blue #36499C

Tints of Tory Blue #36499C

Color information

#36499C (or 0x36499C) is unknown color: approx Tory Blue. HEX triplet: 36, 49 and 9C. RGB value is (54,73,156). Sum of RGB (Red+Green+Blue) = 54+73+156=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #36499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36499C is #C9B663. Grayscale: #4C4C4C. Windows color (decimal): -13219428 or 10242358. OLE color: 10242358.

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

Color convert

RGB5473156-
CMYK0.650.5300.39
HSL228.82º48.57%41.18%-
HSV(B)228.82º65.38%61.18%-
XYZ9.97.9532.46-
YUV76.78172.71111.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=19.08%
G=25.80%
B=55.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54731560.650.5300.39228.8248.5741.18
Hex36499C4135027e53129
Octal66111234101650473456151
Binary1101101001001100111001000001110101010011111100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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