#36487F

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

Shades of Tory Blue #36487F

Tints of Tory Blue #36487F

Color information

#36487F (or 0x36487F) is unknown color: approx Tory Blue. HEX triplet: 36, 48 and 7F. RGB value is (54,72,127). Sum of RGB (Red+Green+Blue) = 54+72+127=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #36487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36487F is #C9B780. Grayscale: #484848. Windows color (decimal): -13219713 or 8341558. OLE color: 8341558.

HSL color Cylindrical-coordinate representation of color #36487F: hue angle of 225.21º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36487F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5472127-
CMYK0.570.4300.50
HSL225.21º40.33%35.49%-
HSV(B)225.21º57.48%49.8%-
XYZ7.676.9521.02-
YUV72.89158.54114.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 127 (50% from 255) = 50.20%
R=21.34%
G=28.46%
B=50.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54721270.570.4300.50225.2140.3335.49
Hex36487F392B032e12823
Octal6611017771530623415043
Binary11011010010001111111111001101011011001011100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36487F; }

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

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

<style>
 a { background-color: #36487F; }

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

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

<style>
 span { border-color: #36487F; }

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

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